ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeViewPlusNode Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlusNode Class




A node that can be a child node of a TreeViewPlus control.

Object Model









Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class TreeViewPlusNode 
   Implements ITreeViewPlusNodeContainer 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
C# 
[SerializableAttribute()]
public class TreeViewPlusNode : ITreeViewPlusNodeContainer  

Remarks

The TreeViewPlus control is used as the basis for both the Toc and the TaskResults web controls. These controls display data in a hierarchical fashion by rendering a set of child nodes. Each node is a TreeViewPlusNode. Each child node can in turn contain its own set of Nodes, which are also composed of TreeViewPlusNode objects.

The node's Text property determines the text display at its head. The node also has a Value to uniquely identify it (based on its parent node(s), which are included in the full path stored in ValuePath).

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.