DockManager.DockController Property
In This Article
Gets an IDockController that performs docking operations on panels within the current DockManager.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Dock |
#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