Back to Devexpress

DockLayoutManager.LayoutController Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-fbc83cd3.md

latest1.3 KB
Original Source

DockLayoutManager.LayoutController Property

Gets the controller that provides methods to perform layout operations on layout items.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public ILayoutController LayoutController { get; }
vb
Public ReadOnly Property LayoutController As ILayoutController

Property Value

TypeDescription
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

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace