Intersoft ClientUI Documentation
PathSeparator Property



Gets or sets the value of the separator used to separate the navigate uri.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property PathSeparator As Char
Dim instance As UXBreadCrumb
Dim value As Char
 
instance.PathSeparator = value
 
value = instance.PathSeparator
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public char PathSeparator {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property char PathSeparator {
   char get();
   void set (    char value);
}
Remarks
PathSeparator is the char separator used to split the URI parsed by UXBreadCrumb. The default PathSeparator is '/'.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXBreadCrumb Class
UXBreadCrumb Members

Send Feedback