FileOperation
Enum
Specifies the operation of a drag-and-drop operation.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public enum FileOperation
Fields
The data is copied to the drop target.
C#
Copy = 1
The data from the drag source is linked to the drop target.
C#
Link = 2
The data from the drag source is moved to the drop target.
C#
Move = 0