ESRI.ArcGIS.ADF.Web.UI.WebControls
Nodes Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : Nodes Property




The nodes of the tree. These contain the data to display for the TreeViewPlus control.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property Nodes As TreeViewPlusNodeCollection
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As TreeViewPlusNodeCollection
 
instance.Nodes = value
 
value = instance.Nodes
C# 
[BrowsableAttribute(false)]
public TreeViewPlusNodeCollection Nodes {get; set;}

Remarks

Use this collection to access the data to display on the tree. Nodes may be added, modified and removed from the node collection.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.