TcxGridCustomLayoutViewOptionsView.CaptionSeparator Property
Specifies the character displayed at the end of a card row caption.
Declaration
property CaptionSeparator: Char read; write; default cxGridCustomLayoutViewDefaultRecordCaptionSeparator;
Property Value
| Type | Default |
|---|---|
| Char | cxGridCustomLayoutViewDefaultRecordCaptionSeparator |
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