TcxCustomGridTableOptionsData Properties
Contains settings determining the functionality of a data-aware View.| Name | Description |
|---|---|
| Appending | Determines whether a user can add a new record by pressing the down arrow on the keyboard when focus is on the last grid row. |
| CancelOnExit | Determines whether empty records are posted into a data set when the grid View loses focus. |
| Deleting | Determines whether a user can press the Del key or the Ctrl+Del key combination to delete records in a View. |
| DeletingConfirmation | Determines whether a message box appears requiring confirmation of the user’s request to delete a row. |
| Editing | Determines whether a user can edit records within a View. |
| GridView | Returns the View owning the current options set. |
| Inserting | Determines whether a user can insert records by pressing the Insert key or via the new item row. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
See Also