TcxCustomGridTableItemOptions Class
In This Article
Contains a set of options for an item.
#Declaration
Delphi
TcxCustomGridTableItemOptions = class(
TcxCustomGridTableItemCustomOptions,
IdxFilterPopupWindowOptions,
IdxExcelFilterPopupWindowOptions
)
#Remarks
This class provides settings that control users’ capability to manipulate items and item cells and specify the appearance of an item. To customize settings for an item, see the TcxCustomGridTableItem.Options.
You can set options common to all items within a View via the View’s OptionsCustomize, OptionsSelection, and OptionsView properties.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridTableItemCustomOptions
TcxCustomGridTableItemOptions
See Also