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 Class

A docking manager.

#Declaration

Delphi

#Remarks

The TdxDockingManager component specifies the appearance and behavior for dock controls. You can place only one TdxDockingManager component on each form. The following table describes sources from which dock controls apply appearance and behavior settings:

Condition

Sources

The application has no docking managers.

The docking controller specifies the appearance and behavior for all dock controls.

The application has a single docking manager.

This docking manager determines appearance and behavior settings for all dock controls.

The application has docking managers on each form.

Each docking manager specifies settings for dock controls on the corresponding form.

The application has fewer docking managers than forms.

Each docking manager specifies settings for dock controls on the corresponding form. The docking controller specifies the appearance and behavior of dock controls on each form that has no docking manager.

Refer to the following topic for detailed information: Docking Manager Features.

The TdxDockingManager class members allow you to do the following:

See Also