Back to Devexpress

ContainerDragMode Enum

corelibraries-devexpress-dot-diagram-dot-core-d4010ec5.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ContainerDragMode
vb
Public Enum ContainerDragMode

Members

NameDescription
ByHeaderAndBounds

Containers can be dragged only by the header and bounds.

| | ByAnyPoint |

Containers can be dragged by any point.

|

The following properties accept/return ContainerDragMode values:

LibraryRelated API Members
WinForms ControlsDiagramContainer.DragMode
WPF ControlsDiagramContainer.DragMode

Remarks

Values listed by this enumeration are used to set the DiagramContainer.DragMode and DiagramContainer.DragMode properties.

See Also

DevExpress.Diagram.Core Namespace