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

TcxGridCardViewRowStyles Class

Stores styles that define the appearance of Card View row elements.

#Declaration

Delphi
TcxGridCardViewRowStyles = class(
    TcxCustomGridTableItemStyles
)

#Remarks

The TcxGridCardViewRowStyles class implements a set of properties and events that define the appearance of Card View row elements. See the TcxGridCardViewRow.Styles property to define the style for caption and content regions of a Card View row. Also, it is possible to define a style for a caption row (a Card View row with the Kind property set to rkCaption value). Events allow you to define different styles for individual records.

A Card View allows you to set the same styles for all Card View items via the TcxGridCardView.Styles property.

See Also