FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / AllowDelete Property

In This Topic
    AllowDelete Property (C1FlexGrid)
    In This Topic
    Gets or sets whether the grid should monitor the keyboard and handle the DEL key.
    Syntax
    'Declaration
     
    
    Public Property AllowDelete As Boolean
    public bool AllowDelete {get; set;}
    Remarks

    If this property is set to true, the user can delete rows by selecting them and then pressing the DEL key.

    This property works in bound mode (if the data source supports deleting rows) and in unbound mode.

    See Also