vcl-cxgridcardview-7d77aff7.md
Stores styles that define the appearance of Card View row elements.
TcxGridCardViewRowStyles = class(
TcxCustomGridTableItemStyles
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxCustomGridTableItemStyles TcxGridCardViewRowStyles
See Also
TcxGridCardView.Styles Property
TcxGridCardViewRow.Styles Property