ContainerDragMode Enum
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
By
|
Containers can be dragged only by the header and bounds. |
By
|
Containers can be dragged by any point. |
#Related API Members
The following properties accept/return ContainerDragMode values:
Library | Related API Members |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
Values listed by this enumeration are used to set the DiagramContainer.DragMode and DiagramContainer.DragMode properties.
See Also