Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewBackgroundBitmaps.CardBorder Property

Specifies the background bitmap for card borders.

#Declaration

Delphi
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