DockLayoutManager.LayoutController Property
Gets the controller that provides methods to perform layout operations on layout items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Docking.ILayoutController | A LayoutController object that provides methods to perform layout operations on items. |
Remarks
The LayoutController object provides methods to move, activate, hide items, etc.
See Also