FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    public bool AllowDeleting {get; set;}
    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