Skip to main content

TcxGridCardViewRowStyles.Caption Property

Specifies the style for the caption region of a Card View row.

Declaration

property Caption: TcxStyle index isRowCaption read; write;

Property Value

Type
TcxStyle

Remarks

Assign a style to the Caption property to redefine the default style for the caption region. The default style can be set using the following properties:

You can handle the OnGetCaptionStyle event to redefine the style of the caption region for individual records.

See Also