Skip to main content

TcxGridCardViewRowStyles Class

Stores styles that define the appearance of Card View row elements.

Declaration

TcxGridCardViewRowStyles = class(
    TcxCustomGridTableItemStyles
)

Remarks

The TcxGridCardViewRowStyles class implements a set of properties and events that define 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.

See Also