TcxGridCardViewStyles.RowCaption Property
Specifies the style for row captions.
Declaration
property RowCaption: TcxStyle index vsRowCaption read; write;
Property Value
| Type |
|---|
| TcxStyle |
Remarks
The RowCaption property allows you to define the style (font, background color) of the current row caption. It is possible to redefine the style for a specific row caption by handling the OnGetRowCaptionStyle event.

See Also