Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCustomLayoutViewOptionsView.CaptionSeparator Property

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 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