Skip to main content

TcxGridCardViewStyleSheet.Styles Property

Represents a set of styles managing the appearance of Card View.

Declaration

property Styles: TcxGridCardViewStyles read; write;

Property Value

Type
TcxGridCardViewStyles

Remarks

The Styles property defines a set of properties and events that allow you to specify the appearance of all Card View elements.

By handling the styles events it is possible to override the property styles and define different styles for records (cards) on the fly.

To set the styles to a Card View, see the TcxGridCardView.Styles property.

See Also