TcxGridCardView.Styles Property
Provides access to styles that define the appearance of Card View elements.
Declaration
property Styles: TcxGridCardViewStyles read; write;
Property Value
Type | Description |
---|---|
TcxGridCardViewStyles | Stores Card View styles. |
Remarks
Use the Styles
property to access styles that define the appearance of the current View’s elements. This set can be expanded as the Styles property is redefined by TcxCustomGridView descendants. In the base class, the Styles set includes a style defining the appearance of the current View’s background. In this class, the style collection contains styles for the cell contents, selection bar, row captions, cards border etc.
You can use the Styles of a Card View row to redefine the appearance of an individual row.
See Also