Skip to main content

DockLayoutManager.LayoutController Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.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.

#Examples

See Also