ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnBaseTagHelper<TControl> Class / IsReadOnly Property

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