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

LayoutController.Container Property

Gets the DockLayoutManager container whose dock functionality is controlled by the current LayoutController.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public DockLayoutManager Container { get; }

Property Value

Type Description
DockLayoutManager

A DockLayoutManager object.

See Also