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

In This Topic
    IsReadOnly Property (ColumnTagHelper)
    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