Skip to main content

TcxGridCardViewStyles Class

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

Declaration

TcxGridCardViewStyles = class(
    TcxCustomGridTableViewStyles
)

Remarks

The TcxGridCardViewStyles class defines a set of properties and events, which allow you to specify the appearance of all Card View elements. By handling the styles events, it is possible to define different styles for individual records (cards). To set the styles for a Card View, see the TcxGridCardView.Styles property.

See Also