Skip to main content

TcxGridLayoutViewOptionsCustomize Class

Customization settings for a Layout View.

Declaration

TcxGridLayoutViewOptionsCustomize = class(
    TcxGridCustomLayoutViewOptionsCustomize
)

Remarks

Settings include:

Property Description
GroupExpanding Specifies whether to display the Expand Button command in the layout group’s context menu.
ItemFiltering Specifies whether to display filter dropdown buttons within item captions.
RecordExpanding Specifies whether to display expand buttons within card captions.

The TcxGridLayoutViewOptionsCustomize object is referenced by the View’s OptionsCustomize property.

See Also