![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ValuePath Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : ValuePath Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ValuePath As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TreeViewPlusNode Dim value As String value = instance.ValuePath |
C# | |
---|---|
public string ValuePath {get;} |
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).
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