ESRI.ArcGIS.ADF.Web.UI.WebControls
ValuePathSeparator Property
See Also 
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) 
<ResCategoryAttribute("TreeViewPlus")>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The character to use as a separator when specifying a node path. Default is forward slash (/).")>
<DefaultValueAttribute()>
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# 
[ResCategoryAttribute("TreeViewPlus")]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The character to use as a separator when specifying a node path. Default is forward slash (/).")]
[DefaultValueAttribute()]
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.

See Also

© 2010 All Rights Reserved.