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

TcxGridCardViewOptionsView.CategoryRowCaptionInRowAlternateCaption Property

Specifies whether to add the category row’s caption at the beginning of children’s captions.

#Declaration

Delphi
property CategoryRowCaptionInRowAlternateCaption: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the CategoryRowCaptionInRowAlternateCaption property to True to concatenate the category row’s and children’s captions. In the resulting string, the category row’s and children’s captions are delimited by the dash ‘–’ character. You can change the default separator by assigning a new character to the cxGridCardViewAlternateCaptionSeparator constant.

The default value of the CategoryRowCaptionInRowAlternateCaption property is False.

See Also