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

TdxDockingManager.Color Property

Specifies the color of dock controls that use the manager’s color settings.

#Declaration

Delphi
property Color: TColor read; write;

#Property Value

Type Description
TColor

A color.

#Remarks

You can specify the color of a dock control using its Color property. However, usually you will wish to specify the same color for all (or most) dock controls in the application. To avoid multiple assignments, the docking manager component introduces the Color property. Values assigned to this property are automatically assigned to the Color property of all dock controls that use manager color settings. Dock controls use manager color settings if their ManagerColor property value is True.

Note that changing the Color property value of a dock control automatically sets the control’s ManagerColor property to False. Thus, the control will not update its Color property value in response to manager settings changes unless the control’s ManagerColor property is set to True.

See Also