TcxCustomGridTableOptionsData Members
Contains settings determining the functionality of a data-aware View.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomGridView) | Initializes a new instance of the TcxCustomGridOptions class with specified settings. Inherited from TcxCustomGridOptions. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
See Also