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

DiagramControl.InitializeDocking(DockManager, DockingMode) 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,
    DockingMode dockingMode
)

Parameters

Name Type Description
dockManager DockManager

A DockManager object.

dockingMode DockingMode

A DockingMode enumeration value that specifies which Diagram Designer elements should be added to the diagram.

See Also