TcxGridCardView.OptionsView Property
Contains appearance options for the current View.
Declaration
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