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

TcxGridCardViewOptionsCustomize Class

Contains settings which let an end-user customize a View via runtime modifications of the Card View and the View’s rows.

#Declaration

Delphi
TcxGridCardViewOptionsCustomize = class(
    TcxGridCustomLayoutViewOptionsCustomize
)

#Remarks

An end-user can customize a View at runtime by resizing and expanding the cards, filtering rows and moving rows. All these actions can also be performed in code. The properties of the TcxGridCardViewOptionsCustomize object control the availability of the card and row features to end-users.

Use the OptionsCustomize property to access this options set.

See Also