RadTreeView for ASP.NET

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


When set to true the treeview allows multiple node selection (by holding down ctrl key while selecting nodes)   

 

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

Syntax

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

Requirements

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

See Also