Enum
FileOperation

Specifies the operation of a drag-and-drop operation.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs.DragDrop

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public enum FileOperation

Fields

Copy

The data is copied to the drop target.

Declaration

cs-api-definition
Copy = 1

Field Value

FileOperation

The data from the drag source is linked to the drop target.

Declaration

cs-api-definition
Link = 2

Field Value

FileOperation

Move

The data from the drag source is moved to the drop target.

Declaration

cs-api-definition
Move = 0

Field Value

FileOperation

In this article
DefinitionFieldsCopyLinkMove
Not finding the help you need?
Contact Support