Skip to main content
A newer version of this page is available. .

TcxGridCardViewRowStyles Class

Contains settings managing the style of Card View row elements.

Declaration

TcxGridCardViewRowStyles = class(
    TcxCustomGridTableItemStyles
)

Remarks

The TcxGridCardViewRowStyles class provides a set of properties and events managing the appearance of Card View row elements. See the TcxGridCardViewRow.Styles property to define the style for caption and content regions of a Card View row. Also, it is possible to define a style for a caption row (a Card View row with the Kind property set to rkCaption value). Events allow you to define different styles for individual records.

A Card View allows you to set the same styles for all Card View items via the TcxGridCardView.Styles property. Using members of TcxGridCardViewRowStyles, you can redefine the style for particular card items.

See Also