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

TcxGridCardView.OptionsCustomize Property

Provides access to the View’s customization options.

#Declaration

Delphi
property OptionsCustomize: TcxGridCardViewOptionsCustomize read; write;

#Property Value

Type
TcxGridCardViewOptionsCustomize

#Remarks

The OptionsCustomize property provides access to the TcxGridCardViewOptionsCustomize object whose properties define how end-users can interact with the View. For instance, it contains properties defining whether end-users can resize cards; rearrange card rows using drag and drop, etc. Please refer to the description of the TcxGridCardViewOptionsCustomize class to for details on available options.

See Also