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

TcxGridCardView.Styles Property

Provides access to styles that define the appearance of Card View elements.

#Declaration

Delphi
property Styles: TcxGridCardViewStyles read; write;

#Property Value

Type Description
TcxGridCardViewStyles

Stores Card View styles.

#Remarks

Use the Styles property to access styles that define the appearance of the current View’s elements. This set can be expanded as the Styles property is redefined by TcxCustomGridView descendants. In the base class, the Styles set includes a style defining the appearance of the current View’s background. In this class, the style collection contains styles for the cell contents, selection bar, row captions, cards border etc.

You can use the Styles of a Card View row to redefine the appearance of an individual row.

See Also