Back to Devexpress

DockingMode Enum

windowsforms-devexpress-dot-xtradiagram-dot-docking.md

latest1.8 KB
Original Source

DockingMode Enum

Lists values that specify which Diagram Designer elements should be added to the diagram.

Namespace : DevExpress.XtraDiagram.Docking

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public enum DockingMode
vb
Public Enum DockingMode

Members

NameDescription
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

DevExpress.XtraDiagram.Docking Namespace