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

DockControllerBase(DockLayoutManager) Constructor

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

Namespace: DevExpress.Xpf.Docking

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

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