C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / AllowDeleting Property

In This Topic
AllowDeleting Property
In This Topic
Determines whether row deleting is allowed.
Syntax
'Declaration
 
Public Property AllowDeleting As Boolean
 
Remarks
If this property is set to true, the user can delete rows by selecting them and then pressing the DEL key or from the grid selection menu.
See Also