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