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

dxDockingController Method

Returns the docking controller.

#Declaration

Delphi
function dxDockingController: TdxDockingController;

#Returns

Type
TdxDockingController

#Remarks

All docking operations are controlled by the docking controller object. There is always a single instance of the docking controller in the application. You can access this instance using the dxDockingController function call. Note that the docking controller can also be accessed using the Controller property of any dock control.

Please refer to the TdxDockingController class description for details on the docking controller.

See Also