Back to Devexpress

Navigation Methods

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

latest4.9 KB
Original Source

Navigation Methods

Provides members that support navigation within Windows Modern UI applications.

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.

See Also

Navigation Class

Navigation Members

DevExpress.Xpf.WindowsUI.Navigation Namespace