EnumTreeViewDragDropExecutionMode
Enum
Defines the execution mode for drag drop operation. Set it to "New" and TreeView will use internally DragDropManager.
Definition
Namespace:Telerik.Windows.Controls.TreeView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
[Obsolete("This enumeration is obsolete since Q2 2014. Please use only the New DragDropExecutionMode. This is the default value of TreeViewSettings.DragDropExecutionMode property which is also marked as obsolete.", false)]
public enum TreeViewDragDropExecutionMode
Fields
Legacy
Identifies that legacy RadDragAndDropManager will be used to perform built-in drag drop operations in RadTreeView.
Declaration
cs-api-definition
[Obsolete("Please use the New DragDropExecutionMode.", false)]
Legacy = 0
Field Value
New
Identifies that DragDropManager will be used to perform built-in drag drop operations in RadTreeView. This is the recommended value.