TcxCustomGridTableOptionsData.Deleting Property
In This Article
Determines whether a user can press the Del key or the Ctrl+Del key combination to delete records in a View.
#Declaration
Delphi
property Deleting: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to disable these keystrokes for users.
The default value of the Deleting property is True.
See Also