Skip to main content

TcxGridCardViewRow.Styles Property

Contains styles managing the appearance of Card View row elements.

Declaration

property Styles: TcxGridCardViewRowStyles read; write;

Property Value

Type
TcxGridCardViewRowStyles

Remarks

Use the Styles object to access the properties and events controlling the appearance of Card View row elements such as caption, content regions and the caption row (Kind is set to rkCaption). By handling style events, it is possible to provide 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