Class DropAction
Defines the action that should be executed on when drag drop operation completes.
Inheritance
Namespace: Telerik.Windows.Controls.TreeView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class DropAction : Enum
Fields
Copy
Dragged item should be added to the destination and should not be removed from the source.
Declaration
public const DropAction Copy
Field Value
DropAction
|
Delete
Dragged item should not be added to the destination and removed from the source.
Declaration
public const DropAction Delete
Field Value
DropAction
|
Move
Dragged item should be added to the destination and removed from the source.
Declaration
public const DropAction Move
Field Value
DropAction
|
None
Dragged item should not be added to the destination and should not be removed from the source.
Declaration
public const DropAction None
Field Value
DropAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|