Skip to main content

DockControllerBase(DockLayoutManager) Constructor

Initializes a new instance of the DockController class with the specified DockLayoutManager.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public DockControllerBase(
    DockLayoutManager container
)

Parameters

Name Type Description
container DockLayoutManager

A DockLayoutManager object, whose dock functionality will be controlled by the created DockController.

See Also