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:
The View’s Styles.Content property. It defines the style for both the content and caption regions of a card (but only if the View’s Styles.RowCaption is not assigned).
The row’s Styles.Content property. This style redefines the View’s Styles.Content property.
The View’s Styles.RowCaption property. This attribute defines the style for all caption regions in a card.
You can handle the OnGetCaptionStyle event to redefine the style of the caption region for individual records.
See Also