EnumDropAction
Enum
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.
Delete
Dragged item should not be added to the destination and removed from the source.
Move
Dragged item should be added to the destination and removed from the source.
None
Dragged item should not be added to the destination and should not be removed from the source.