TcxGridCardViewStyleSheet.Styles Property
Provides access to styles that define the appearance of a Card View.
Declaration
property Styles: TcxGridCardViewStyles read; write;
Property Value
Type | Description |
---|---|
TcxGridCardViewStyles | Stores Card View styles. |
Remarks
The Styles
property allows you to define the appearance of all Card View elements.
To set the styles to a Card View, see the TcxGridCardView.Styles property.
See Also