Skip to main content

TcxGridCardView.Styles Property

Specifies the set of styles defining the appearance of the View’s elements.

Declaration

property Styles: TcxGridCardViewStyles read; write;

Property Value

Type
TcxGridCardViewStyles

Remarks

Use the Styles property to gain access to the set of styles defining 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