Skip to main content
A newer version of this page is available. .

TcxCustomGridTableItemOptions Class

Contains a set of options for an item.

Declaration

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.

See Also