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

TdxDockingController Class

A docking controller.

#Declaration

Delphi
TdxDockingController = class(
    TcxMessageWindow,
    IcxLookAndFeelNotificationListener
)

#Remarks

The docking controller provides access to all dock controls and docking managers in the application. The controller contains information about the current dock or resize operation and allows you to save and restore the layout of dock controls.

The docking controller is a bridge between dock controls and docking managers. A dock control relies on the docking controller when it needs to obtain settings or raise events of a dock manager. The docking controller dispatches a task to the target dock manager.

Refer to the following topic for detailed information: Docking Controller and Docking Managers.

The class members allow you to do the following:

An application has only one TdxDockingController class instance. You can call the dxDockingController global function to access the docking controller.

#Inheritance

See Also