TcxGridCustomLayoutViewOptionsView.CaptionSeparator Property
In This Article
Specifies the character displayed at the end of a card row caption.
#Declaration
Delphi
property CaptionSeparator: Char read; write; default cxGridCustomLayoutViewDefaultRecordCaptionSeparator;
#Property Value
Type | Default |
---|---|
Char | cx |
#Remarks
A card row is comprised of two elements: a caption obtained from the Caption property and a field value.
This property is in effect for the Card View.
The default value of the CaptionSeparator property is cxGridCustomLayoutViewDefaultRecordCaptionSeparator.
See Also