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

In This Topic
    IsReadOnly Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.IsReadOnly. Sets whether the user can edit the grid cells by typing into them.
    Syntax
    'Declaration
     
    Public Overridable Property IsReadOnly As Boolean
    public virtual bool IsReadOnly {get; set;}
    See Also