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

TcxGridCardView.BackgroundBitmaps Property

Specifies background bitmaps for Card View visual elements.

#Declaration

Delphi
property BackgroundBitmaps: TcxGridCardViewBackgroundBitmaps read; write;

#Property Value

Type
TcxGridCardViewBackgroundBitmaps

#Remarks

Use the BackgroundBitmaps property to specify background images for elements of a Card View. This property returns the TcxGridCardViewBackgroundBitmaps object whose properties specify images for specific element types. Please refer to the TcxGridCardViewBackgroundBitmaps class description for details.

Note that images can also be assigned to elements of Views using styles. For this purpose, you need to specify the Bitmap property value of a style applied to an element. Styles can be applied to View elements via the Styles property of the View.

See Also