Enum FileOperation
Specifies the operation of a drag-and-drop operation.
Namespace: Telerik.WinControls.FileDialogs.DragDrop
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum FileOperation
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.