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 Rad
Declaration
public const TreeViewDragDropExecutionMode Legacy
Field Value
New
Identifies that DragDropManager will be used to perform built-in drag drop operations in Rad
Declaration
public const TreeViewDragDropExecutionMode New
Field Value
value__
Declaration
public int value__
Field Value
System.
|