dxDockingController Method
Returns the docking controller.
Declaration
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