Back to Devexpress

TcxCustomGridTableItemOptions Class

vcl-cxgridcustomtableview-b4fe0381.md

latest2.1 KB
Original Source

TcxCustomGridTableItemOptions Class

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.

Implements

IdxFilterPopupWindowOptions

IdxExcelFilterPopupWindowOptions

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridTableItemCustomOptions TcxCustomGridTableItemOptions

See Also

TcxCustomGridTableItem.Options

TcxCustomGridTableView.OptionsCustomize

TcxCustomGridTableView.OptionsSelection

TcxCustomGridTableView.OptionsView

TcxCustomGridTableItemOptions Members

cxGridCustomTableView Unit