TcxGridCardView.OptionsView Property
In This Article
Contains appearance options for the current View.
#Declaration
Delphi
property OptionsView: TcxGridCardViewOptionsView read; write;
#Property Value
Type |
---|
Tcx |
#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 Options
See Also