Skip to main content

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum ContainerDragMode

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