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