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

TcxStyle.Bitmap Property

Specifies the background bitmap for a control element.

#Declaration

Delphi
property Bitmap: TBitmap read; write;

#Property Value

Type
TBitmap

#Remarks

Use this property to specify the background bitmap for a control element. Setting this property overrides the Color property value.

The following image shows a view with bitmaps assigned to the GroupByBox and Content styles:

When assigning the Bitmap property, the svBitmap flag is automatically activated in the AssignedValues property.

See Also