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

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