Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.