Skip to main content

TcxGridCardViewRowStyles.CaptionRow Property

Specifies the style for a caption row.

Declaration

property CaptionRow: TcxStyle index isCaptionRow read; write;

Property Value

Type
TcxStyle

Remarks

The CaptionRow property specifies the style for a row if its Kind property is set to rkCaption. Otherwise, the style is determined by the Content and Caption properties. To specify the style of a caption row for all cards in a View, use the View’s Styles.CaptionRow attribute.

The OnGetCaptionRowStyle event allows you to redefine the style of a caption row for specific records.

See Also