Intersoft ClientUI Documentation
DefaultUri Property



Gets or sets the value of the default uri which will be shown for the first time in the UXBreadCrumb control, regardless of current uri.
Syntax
Public Property DefaultUri As Uri
Dim instance As UXBreadCrumb
Dim value As Uri
 
instance.DefaultUri = value
 
value = instance.DefaultUri
public Uri DefaultUri {get; set;}
public:
property Uri^ DefaultUri {
   Uri^ get();
   void set (    Uri^ value);
}
Example
DefaultUri is the property on which the UXBreadCrumb will automatically generate the corresponding UXBreadCrumbItems based on the PathSeparator on first load.
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