TcxGridCardViewBackgroundBitmaps.CardBorder Property
Specifies the background bitmap for card borders.
Declaration
property CardBorder: TBitmap index bbCardBorder read; write;
Property Value
Type |
---|
TBitmap |
Remarks
Use the CardBorder property to assign a background bitmap to card borders. Card borders are painted around each card and their width is set using the OptionsView.CardBorderWidth property of the View. The image below shows an example of assigning a background image.
To locate the card border within a grid View, refer to the Grid View Elements topic.
See Also