DiagramControl.InitializeDocking(DockManager, DockingMode) Method
Adds docking functionality managed by the specified DockManager to the diagram.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
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