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




The parent node of the current node.

Syntax

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

Remarks

The parent will be either a TreeViewPlus or a TreeViewPlusNode.

See Also

© 2010 All Rights Reserved.