TcxGridCardViewRow.Styles Property
Provides access to styles that define the appearance of Card View row elements.
Declaration
property Styles: TcxGridCardViewRowStyles read; write;
Property Value
Type |
---|
TcxGridCardViewRowStyles |
Remarks
Use the Styles
property to access the properties and events that define the appearance of Card View row elements such as caption, content regions and the caption row (Kind is set to rkCaption
). You can handle style events to define a different appearance for individual records.
The View’s Styles property can be used to define styles common to all Card View rows.
See Also