TcxGridCardViewRow.Options Property
Specifies different options for managing, manipulating and displaying Card View rows.
Declaration
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