ESRI.ArcGIS.ADF.Web.UI.WebControls
Nodes Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : Nodes Property




The collection of child nodes of the current node.

Syntax

Visual Basic (Declaration) 
Public Property Nodes As TreeViewPlusNodeCollection
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As TreeViewPlusNodeCollection
 
instance.Nodes = value
 
value = instance.Nodes
C# 
public TreeViewPlusNodeCollection Nodes {get; set;}

See Also

© 2010 All Rights Reserved.