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

DockingMode Enum

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

Namespace: DevExpress.XtraDiagram.Docking

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public enum DockingMode

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