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

TcxGridTableView.BackgroundBitmaps Property

Specifies background bitmaps for the View’s visual elements.

#Declaration

Delphi
property BackgroundBitmaps: TcxGridTableBackgroundBitmaps read; write;

#Property Value

Type
TcxGridTableBackgroundBitmaps

#Remarks

Use the BackgroundBitmaps sub-properties to apply bitmaps to specific View elements. Refer to the TcxGridTableBackgroundBitmaps class description to learn about the elements whose background can be painted with bitmaps via the BackgroundBitmaps property.

Note

Background images can also be applied to View elements using styles. To accomplish this, assign a bitmap via a style’s Bitmap property. Styles are applied to elements of Views using the corresponding property.

See Also