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

TdxCustomDockControl.ManagerColor Property

Specifies whether the dock control uses the color specified by the docking manager.

#Declaration

Delphi
property ManagerColor: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the ManagerColor property to specify whether the dock control should use the color provided by the docking manager. This implies that changing the Color property of the docking manager sets the Color property of the dock control, thus providing centralized control over the dock controls’ appearance.

If the ManagerColor property is set to False, the color of the dock control is specified by its Color property. The docking manager’s Color property value is ignored in this case.

Note

The dock control’s Color property imports its value from the docking manager’s Color property if the ManagerColor property is set to True. The dock control’s Color property does not restore its original value when the ManagerColor property value changes to False.

The ManagerColor property’s default value is True.

See Also