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

TdxBarManager.DockColor Property

Specifies the color of dock controls within the current bar manager.

#Declaration

Delphi
property DockColor: TColor read; write;

#Property Value

Type
TColor

#Remarks

Use the DockColor property to specify the color of dock controls within the current bar manager. In the following picture a dock control is displayed with the clMoneyGreen color.

If the AutoDockColor property is set to True, the background color of the parent form is assigned to the DockColor property.

The default value of the DockColor property is clBtnFace.

Note

The Office 11 and Widows XP bar manager’s styles show the dock control with their specific color.

See Also