Home > Services > DXCore Services – Navigation

DXCore Services – Navigation

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:

NameDescription
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:

NameDescription
AvailableProvidersGets all available navigation providers for the current context.
CanShowSmartTagReturns true if there is at least one navigation provider available; otherwise, false.
ProvidersGets all registered navigation providers.
—–
Products: DXCore
Versions: 10.2 and up
VS IDEs: any
Updated: May/22/2011
ID: D084

Similar Posts:

  1. No comments yet. Be the first and leave a comment!
  1. No trackbacks yet.