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

TcxGridCardViewRow.Options Property

Specifies different options for managing, manipulating and displaying Card View rows.

#Declaration

Delphi
property Options: TcxGridCardViewRowOptions read; write;

#Property Value

Type
TcxGridCardViewRowOptions

#Remarks

The Options object contains a set of attributes which manage the appearance and behavior of Card View rows. These options include the editing capability, focusing of Card View rows and whether captions are displayed.

To adjust the general behavior and appearance common to all rows in a card, use the corresponding options of the TcxGridCardView class instance instead.

See Also