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

TcxGridLayoutViewOptionsCustomize Class

Customization settings for a Layout View.

#Declaration

Delphi
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