ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotGridTagHelper Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.IsReadOnly. Sets a value that determines whether the user can modify cell values using the mouse and keyboard. Default value is True.
    Syntax
    'Declaration
     
    Public Overrides Property IsReadOnly As Boolean
    public override bool IsReadOnly {get; set;}
    See Also