Class TreeViewDragDropExecutionMode
Defines the execution mode for drag drop operation. Set it to "New" and TreeView will use internally DragDropManager.
Inheritance
Namespace: Telerik.Windows.Controls.TreeView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class TreeViewDragDropExecutionMode : Enum
Fields
Legacy
Identifies that legacy RadDragAndDropManager will be used to perform built-in drag drop operations in RadTreeView.
Declaration
public const TreeViewDragDropExecutionMode Legacy
Field Value
TreeViewDragDropExecutionMode
|
New
Identifies that DragDropManager will be used to perform built-in drag drop operations in RadTreeView. This is the recommended value.
Declaration
public const TreeViewDragDropExecutionMode New
Field Value
TreeViewDragDropExecutionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|