RadTreeView for ASP.NET

RadTreeView Send comments on this topic.
DragAndDrop Property
See Also 
Telerik.WebControls Namespace > RadTreeView Class : DragAndDrop Property


When set to true enables drag-and-drop functionality   

 

Namespace: Telerik.WebControls
Assembly: RadTreeView (in RadTreeView.dll)

Syntax

Visual Basic (Declaration) 
Public Property DragAndDrop As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadTreeView
Dim value As Boolean
 
instance.DragAndDrop = value
 
value = instance.DragAndDrop
C# 
public bool DragAndDrop {get; set;}

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also