Class FileOperation
Specifies the operation of a drag-and-drop operation.
Inheritance
System.Object
FileOperation
Namespace: Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public sealed class FileOperation : Enum
Fields
Copy
The data is copied to the drop target.
Declaration
public const FileOperation Copy
Field Value
FileOperation
|
Link
The data from the drag source is linked to the drop target.
Declaration
public const FileOperation Link
Field Value
FileOperation
|
Move
The data from the drag source is moved to the drop target.
Declaration
public const FileOperation Move
Field Value
FileOperation
|
value__
Declaration
public int value__
Field Value
System.Int32
|