DockingMode Enum
Lists values that specify which Diagram Designer elements should be added to the diagram.
Namespace: DevExpress.XtraDiagram.Docking
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Members
Name | Description |
---|---|
ToolboxAndPropertyGrid
|
Adds the Shapes Panel and Properties Panel. |
PanZoom
|
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