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
Delete
Dragged item should not be added to the destination and removed from the source.
Declaration
public const DropAction Delete
Field Value
Move
Dragged item should be added to the destination and removed from the source.
Declaration
public const DropAction Move
Field Value
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
value__
Declaration
public int value__
Field Value
System.
|