Skip to main content

TcxGridCardView.BackgroundBitmaps Property

Specifies background bitmaps for Card View visual elements.

Declaration

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