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

In This Topic
    AllowDelete Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AllowDelete. Sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.
    Syntax
    'Declaration
     
    Public Overridable Property AllowDelete As Boolean
    public virtual bool AllowDelete {get; set;}
    Remarks
    Selected rows will not be deleted if the IsReadOnly property is set to true.
    See Also