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

In This Topic
    IsReadOnly Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.IsReadOnly. Sets whether cells in this row or column can be edited.
    Syntax
    'Declaration
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also