A newer version of this page is available.
Switch to the current version.
ContainerDragMode Enum
Lists the values used to specify whether containers can be dragged by any point or only by the header and bounds.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v18.2.Core.dll
Declaration
Members
Name | Description |
---|---|
ByHeaderAndBounds | Containers can be dragged only by the header and bounds. |
ByAnyPoint | Containers can be dragged by any point. |
Related API Members
The following properties accept/return ContainerDragMode values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramContainer.DragMode |
WPF Controls | DiagramContainer.DragMode |
Remarks
Values listed by this enumeration are used to set the DiagramContainer.DragMode and DiagramContainer.DragMode properties.
See Also
Feedback