DockingMode Enum
In This Article
Lists values that specify which Diagram Designer elements should be added to the diagram.
Namespace: DevExpress.XtraDiagram.Docking
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#Members
Name | Description |
---|---|
Toolbox
|
Adds the Shapes Panel and Properties Panel. |
Pan
|
Adds the Pan and Zoom Panel. |
All
|
Adds the Shapes Panel, Properties Panel and Pan and Zoom Panel. |
#Remarks
Values listed by this enumeration are used to set the dockingMode parameter of the DiagramControl.InitializeDocking method.
See Also