TcxCustomGridTableOptionsData.Deleting Property
Determines whether a user can press the Del key or the Ctrl+Del key combination to delete records in a View.
Declaration
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