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

LayoutController(DockLayoutManager) Constructor

Initializes a new instance of the LayoutController class.

Namespace: DevExpress.Xpf.Docking

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

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