Intersoft ClientUI Documentation
NavigationServiceExtended Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXPage Class : NavigationServiceExtended Property






Gets the navigation service for this page

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property NavigationServiceExtended As NavigationService
Visual Basic (Usage)Copy Code
Dim instance As UXPage
Dim value As NavigationService
 
value = instance.NavigationServiceExtended
C# 
public NavigationService NavigationServiceExtended {get;}
Delphi 
public read-only property NavigationServiceExtended: NavigationService; 
JScript 
public function get NavigationServiceExtended : NavigationService
Managed Extensions for C++ 
public: __property NavigationService* get_NavigationServiceExtended();
C++/CLI 
public:
property NavigationService^ NavigationServiceExtended {
   NavigationService^ get();
}

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

© 2012 All Rights Reserved.