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

DiagramControl.InitializeDocking(DockManager) Method

Adds docking functionality managed by the specified DockManager to the diagram.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public void InitializeDocking(
    DockManager dockManager
)

Parameters

Name Type Description
dockManager DockManager

A DockManager object.

See Also