New to Telerik UI for WPFStart a free 30-day trial

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:

C#
[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

Identifies that legacy RadDragAndDropManager will be used to perform built-in drag drop operations in RadTreeView.

C#
[Obsolete("Please use the New DragDropExecutionMode.", false)]
Legacy = 0

Identifies that DragDropManager will be used to perform built-in drag drop operations in RadTreeView. This is the recommended value.

C#
New = 1
In this article
DefinitionFieldsLegacyNew
Not finding the help you need?
Contact Support