Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsData Members

Contains settings determining the functionality of a data-aware Table View.

#Constructors
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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