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

TdxBarBackgrounds.Bar Property

Specifies the default background image for bars.

#Declaration

Delphi
property Bar: TBitmap read; write;

#Property Value

Type
TBitmap

#Remarks

Use the Bar property to set the default bitmap used as the background for bars. The image below illustrates the interface elements that are affected by this property.

As you can see in the above image, background bitmaps are not applied to bars themselves. Instead, they are applied to dock controls and floating forms where bars are painted transparently. To assign a background bitmap to an individual bar, use the bar’s BackgroundBitmap property. Also, you can specify background bitmaps for individual dock controls by setting their BackgroundBitmap property to the desired value.

See Also