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

TcxGridCardViewRow.Styles Property

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

#Declaration

Delphi
property Styles: TcxGridCardViewRowStyles read; write;

#Property Value

Type
TcxGridCardViewRowStyles

#Remarks

Use the Styles property to access the properties and events that define the appearance of Card View row elements such as caption, content regions and the caption row (Kind is set to rkCaption). You can handle style events to define a different appearance for individual records.

The View’s Styles property can be used to define styles common to all Card View rows.

See Also