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

DockController(DockLayoutManager) Constructor

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public DockController(
    DockLayoutManager container
)

Parameters

Name Type Description
container DockLayoutManager

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

See Also