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

DragDropActions Enum

Enumerates actions available in a drag-and-drop operation.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public enum DragDropActions

#Members

Name Description
All

The combination of the Copy, Move, and Scroll actions.

The data from the source control is linked to the target control.

Copy

The data from the source control is copied to the target control.

Move

The data from the source control is moved to the target control.

Scroll

The target control is scrolled while dragging a node to a position that is not currently visible in the target control.

None

The target control does not accept data.

#Related API Members

The following properties accept/return DragDropActions values:

#Remarks

This type is used to specify the following properties:

See Also