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.OptionsView Property

Contains appearance options for the current View.

#Declaration

Delphi
property OptionsView: TcxGridCardViewOptionsView read; write;

#Property Value

Type
TcxGridCardViewOptionsView

#Remarks

Use the OptionsView property to access settings which define the appearance aspects of the current View. These settings determine:

  • the width of cards, card captions, card borders and card separators;

  • the visibility of editor buttons within the current View;

  • whether the card row caption and cell are automatically resized in order to display their full content.

Note

Changing the OptionsView.CardWidth property affects the total number of cards displayed within the current View.

See Also