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.AutoDockColor Property

Specifies whether a dock control has the color of the parent form‘s background.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

The color of a dock control is specified by the DockColor property. The value of this property depends upon the value of the AutoDockColor property. If the value of the AutoDockColor property is True the DockColor property is set to the background color of the parent form. In the case of False the DockColor property is set to its previously assigned (or default) value. The AutoDockColor property is set to False when changing the value of the DockColor property.

The default value of the AutoDockColor property is True.

See Also