ESRI.ArcGIS.ADF.Web.UI.WebControls
ValuePathSeparator Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : ValuePathSeparator Property




Character to recognize for separation of values when specifying node paths. Default is forward slash (/).

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("TreeViewPlus")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The character to use as a separator when specifying a node path. Default is forward slash (/).")>
Public Property ValuePathSeparator As Char
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As Char
 
instance.ValuePathSeparator = value
 
value = instance.ValuePathSeparator
C# 
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("TreeViewPlus")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The character to use as a separator when specifying a node path. Default is forward slash (/).")]
public char ValuePathSeparator {get; set;}

Remarks

Paths to child nodes may be specified using this separator. TreeViewPlusNode objects have a ValuePath property, which specifies the path to the node from the root of the TreeViewPlus, using this separator. The FindNodeByValuePath uses this separator character for node paths.

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.