Skip to main content

LayoutController(DockLayoutManager) Constructor

Initializes a new instance of the LayoutController class.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public LayoutController(
    DockLayoutManager container
)

Parameters

Name Type Description
container DockLayoutManager

A DockLayoutManager object, whose layout functionality will be controlled by the created LayoutController.

See Also