DockControllerBase(DockLayoutManager) Constructor
Initializes a new instance of the DockController class with the specified DockLayoutManager.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | DockLayoutManager | A DockLayoutManager object, whose dock functionality will be controlled by the created DockController. |
See Also