Enum
DropAction

Defines the action that should be executed on when drag drop operation completes.

Definition

Namespace:Telerik.Windows.Controls.TreeView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum DropAction

Fields

Copy

Dragged item should be added to the destination and should not be removed from the source.

Declaration

cs-api-definition
Copy = 0

Field Value

DropAction

Delete

Dragged item should not be added to the destination and removed from the source.

Declaration

cs-api-definition
Delete = 2

Field Value

DropAction

Move

Dragged item should be added to the destination and removed from the source.

Declaration

cs-api-definition
Move = 1

Field Value

DropAction

None

Dragged item should not be added to the destination and should not be removed from the source.

Declaration

cs-api-definition
None = 3

Field Value

DropAction

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