TcxGridCardViewStyles.CardBorder Property
Specifies the style for the card border.
Declaration
property CardBorder: TcxStyle index vsCardBorder read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The CardBorder property allows you to define the style (font, background color) of all card borders within the Card View. It is possible to redefine the style for specific card borders by handling the OnGetCardBorderStyle event.
The card border on the following image is highlighted with the clFuchsia color:
See Also