TcxGridLayoutViewOptionsData Members
Data settings for a Layout 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. Inherited from TcxCustomGridTableOptionsData. |
CancelOnExit | Determines whether empty records are posted into a data set when the grid View loses focus. Inherited from TcxCustomGridTableOptionsData. |
Deleting | Determines whether a user can press the Del key or the Ctrl+Del key combination to delete records in a View. Inherited from TcxCustomGridTableOptionsData. |
DeletingConfirmation | Determines whether a message box appears requiring confirmation of the user’s request to delete a row. Inherited from TcxCustomGridTableOptionsData. |
Editing | Determines whether a user can edit records within a View. Inherited from TcxCustomGridTableOptionsData. |
GridView | Returns the View owning the current options set. Inherited from TcxCustomGridTableOptionsData. |
Inserting | Determines whether a user can insert records by pressing the Insert key or via the new item row. Inherited from TcxCustomGridTableOptionsData. |
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