Back to Devexpress

TcxCustomGridTableOptionsData.Deleting Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsdata-8231efa8.md

latest1.2 KB
Original Source

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

delphi
property Deleting: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to False to disable these keystrokes for users.

The default value of the Deleting property is True.

See Also

TcxCustomDataController.DeleteFocused

TcxCustomDataController.DeleteSelection

TcxCustomGridTableController.DeleteSelection

TcxCustomGridTableOptionsData.DeletingConfirmation

TcxCustomGridTableOptionsData Class

TcxCustomGridTableOptionsData Members

cxGridCustomTableView Unit