Intersoft ClientUI Documentation
NavigateUriMemberPath Property (UXNavigationPane)



Gets or sets a value that indicates the data member path to bind to the NavigateUri property of the UXNavigationPaneItem.
Syntax
<CategoryAttribute("Common Properties")>
Public Property NavigateUriMemberPath As String
Dim instance As UXNavigationPane
Dim value As String
 
instance.NavigateUriMemberPath = value
 
value = instance.NavigateUriMemberPath
[CategoryAttribute("Common Properties")]
public string NavigateUriMemberPath {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ NavigateUriMemberPath {
   String^ get();
   void set (    String^ value);
}
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

UXNavigationPane Class
UXNavigationPane Members

Send Feedback