TcxGridCardViewStyles.CaptionRow Property
Specifies the style for caption rows.
Declaration
property CaptionRow: TcxStyle index vsCaptionRow read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The CaptionRow property allows you to define the style (font, background color) of all caption rows within the Card View. A caption row is a row with its Kind attribute set to rkCaption.
It is possible to redefine the style for a specific caption row by handling the OnGetCaptionRowStyle event.
See Also