DockManager.DockController Property
Gets an IDockController that performs docking operations on panels within the current DockManager.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking.Controller.IDockController | A DockController object that performs docking operations on panels within the current DockManager. |
Remarks
Use the DockController property object to access a DockController object that provides methods to perform docking operations on panels. These methods allow you to dock a panel, restore it from the closed state, make it floating, etc.
See Also