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




Full path to the node including value properties of any parent nodes.

Syntax

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

Remarks

The ValuePath identifies the node in its node tree. Nodes added to a TreeViewPlus may be identified by the path that includes the Value for each child node, separated by the TreeViewPlus ValuePathSeparator. For example, if a node with a Value of "Item1" is added to a node with a value of "Group1", which in turn is added to the root of a TreeViewPlus, the ValuePath of the node is "Group1/Item1" (assuming the default slash character is used for the ValuePathSeparator).

See Also

© 2010 All Rights Reserved.