Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockingMode Enum

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

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