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




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

Object Model

TreeViewPlusNode Class

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).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.