Home > Services > DXCore Services – Navigation

DXCore Services – Navigation

May 22nd, 2011

The Navigation DXCore service provides access to the navigation providers’ engine. This service is dedicated to control navigation providers and allows you to navigate inside your code structure programmatically.

Here are the methods of this DXCore service:

Name Description
Execute(String) Executes the navigation provider with the given name.
ExecuteIfAvailable(String) Executes the navigation provider with the given name. Performs an availability check before executing.
Get(String) Returns an instance of the navigation provider by the specified name.
Navigate(IElement) Navigates to the specified element.
Navigate(IElement, Boolean) Navigates to the specified element and selects the name of the target element if specified. Note that it is hidden from Intellisense.

Properties:

Name Description
AvailableProviders Gets all available navigation providers for the current context.
CanShowSmartTag Returns true if there is at least one navigation provider available; otherwise, false.
LastExecutedProvider Returnы the last applied navigation provider.
Providers Gets all registered navigation providers.
—–
Products: DXCore
Versions: 12.1 and up
VS IDEs: any
Updated: Jun/09/2012
ID: D084

Similar Posts: