Skip to main content
A newer version of this page is available. .

DockLayoutManager.LayoutController Property

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

Namespace: DevExpress.Xpf.Docking

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

Declaration

public ILayoutController LayoutController { get; }

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