EnumDragDropEffects
Enum
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.
Copy
The data is copied to the drop target.
Link
The data from the drag source is linked to the drop target.
Move
The data from the drag source is moved to the drop target.
None
The drop target does not accept the data.
Scroll
Scrolling is about to start or is currently occurring in the drop target.