RadTreeView for ASP.NET

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


Enables / disabled the ability to drag this node.   

 

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

Syntax

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

Requirements

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

See Also