Enum
DragDropEffects

Specifies the effects of a drag-and-drop operation.

Definition

Namespace:System.Windows

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum DragDropEffects

Fields

All

The data is copied, removed from the drag source, and scrolled in the drop target.

Declaration

cs-api-definition
All = Scroll | Copy | Move

Field Value

DragDropEffects

Copy

The data is copied to the drop target.

Declaration

cs-api-definition
Copy = 1

Field Value

DragDropEffects

The data from the drag source is linked to the drop target.

Declaration

cs-api-definition
Link = 4

Field Value

DragDropEffects

Move

The data from the drag source is moved to the drop target.

Declaration

cs-api-definition
Move = 2

Field Value

DragDropEffects

None

The drop target does not accept the data.

Declaration

cs-api-definition
None = 0

Field Value

DragDropEffects

Scroll

Scrolling is about to start or is currently occurring in the drop target.

Declaration

cs-api-definition
Scroll = -2147483648

Field Value

DragDropEffects

In this article
DefinitionFieldsAllCopyLinkMoveNoneScroll
Not finding the help you need?
Contact Support