ESRI.ArcGIS.ADF.Web.UI.WebControls
setExpandDepthVisibility(TreeViewPlusNodeCollection,Int32) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class > setExpandDepthVisibility Method : setExpandDepthVisibility(TreeViewPlusNodeCollection,Int32) Method




nodes
The node collection of the treeview.
expandDepth
The expand depth value.
Sets the the visibility for nodes to the specified expand depth.

Syntax

Visual Basic (Declaration) 
Protected Overloads Sub setExpandDepthVisibility( _
   ByVal nodes As TreeViewPlusNodeCollection, _
   ByVal expandDepth As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim nodes As TreeViewPlusNodeCollection
Dim expandDepth As Integer
 
instance.setExpandDepthVisibility(nodes, expandDepth)
C# 
protected void setExpandDepthVisibility( 
   TreeViewPlusNodeCollection nodes,
   int expandDepth
)

Parameters

nodes
The node collection of the treeview.
expandDepth
The expand depth value.

See Also

© 2010 All Rights Reserved.