Skip to main content

Card Row Caption

Card row captions identify card rows just like column headers in Table Views identify columns.

Card Row Caption

Feature Related Members
Visibility A card row’s Options.ShowCaption property.
Content By default, row captions display the text specified by the row’s Caption property.
Appearance The common appearance for all captions can be set via the View’s Styles.RowCaption property. You can also specify the caption style for individual rows using their Styles.Caption properties. To specify different styles for captions displayed in different cards, handle the View’s OnGetRowCaptionStyle or a card row’s OnGetCaptionStyle event.
Custom Draw The View’s OnCustomDrawCell event or a particular card row’s OnCustomDrawCell event. The event’s AViewInfo parameter is of the TcxGridCardRowCaptionViewInfo type if a row caption is about to be painted.