TcxGridCardViewOptionsView.CategoryRowCaptionInRowAlternateCaption Property
Specifies whether to add the category row’s caption at the beginning of children’s captions.
Declaration
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