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




node
The node to set visibility for.
expandDepth
Expand depth value.
Sets the the visibility for nodes to the specified expand depth.

Syntax

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

Parameters

node
The node to set visibility for.
expandDepth
Expand depth value.

See Also

© 2010 All Rights Reserved.