ESRI.ArcGIS.ADF.Web.UI.WebControls
Nodes Property
See Also 
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.

See Also

© 2010 All Rights Reserved.