Back to Devexpress

Navigation Members

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigation-dot-underscore-members.md

latest7.4 KB
Original Source

Navigation Members

Provides members that support navigation within Windows Modern UI applications.

Constructors

NameDescription
Navigation()Initializes a new instance of the Navigation class with the default settings.

Fields

NameDescription
NavigateToProperty staticIdentifies the Navigation.NavigateTo dependency property.
NavigationHandlerProperty staticIdentifies the Navigation.NavigationHandler dependency property.
NavigationParameterProperty staticIdentifies the Navigation.NavigationParameter dependency property.
NavigationTargetProperty staticIdentifies the Navigation.NavigationTarget dependency property.
SaveToNavigationJournalProperty static

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetNavigateTo(DependencyObject) staticGets a navigation destination for a specific element.
GetNavigationHandler(DependencyObject) staticGets a handler for navigation events of a specific object.
GetNavigationParameter(DependencyObject) staticGets the navigation parameter for a specific element.
GetNavigationTarget(DependencyObject) staticGets a Navigation Frame assigned to a specific object.
GetSaveToNavigationJournal(DependencyObject) staticGets the value of the SaveToNavigationJournal attached property for the specified DependencyObject.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetNavigateTo(DependencyObject, Object) staticSets the navigation destination for the specific object.
SetNavigationHandler(DependencyObject, INavigationHandler) staticSets a handler for navigation events of a specific object.
SetNavigationParameter(DependencyObject, Object) staticSets a navigation parameter for a specific element.
SetNavigationTarget(DependencyObject, Object) staticSets the Navigation Frame for a specific object.
SetSaveToNavigationJournal(DependencyObject, Boolean) staticSets the value of the SaveToNavigationJournal attached property for the specified DependencyObject.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
NavigateTo staticGets or sets the navigation destination for the specific element.
NavigationHandler staticGets or sets the handler for navigation events which occur for the specific object.
NavigationParameter staticGets or sets the specific parameter passed when navigating through Views.
NavigationTarget staticGets or sets the NavigationFrame that manages navigation invoked by the current element.
SaveToNavigationJournal staticGets or sets whether to save information about navigation steps to the navigation journal. This is an attached property.

See Also

Navigation Class

DevExpress.Xpf.WindowsUI.Navigation Namespace