wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigation-dot-underscore-members.md
Provides members that support navigation within Windows Modern UI applications.
| Name | Description |
|---|---|
| Navigation() | Initializes a new instance of the Navigation class with the default settings. |
| Name | Description |
|---|---|
| NavigateToProperty static | Identifies the Navigation.NavigateTo dependency property. |
| NavigationHandlerProperty static | Identifies the Navigation.NavigationHandler dependency property. |
| NavigationParameterProperty static | Identifies the Navigation.NavigationParameter dependency property. |
| NavigationTargetProperty static | Identifies the Navigation.NavigationTarget dependency property. |
| SaveToNavigationJournalProperty static |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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) static | Gets a navigation destination for a specific element. |
| GetNavigationHandler(DependencyObject) static | Gets a handler for navigation events of a specific object. |
| GetNavigationParameter(DependencyObject) static | Gets the navigation parameter for a specific element. |
| GetNavigationTarget(DependencyObject) static | Gets a Navigation Frame assigned to a specific object. |
| GetSaveToNavigationJournal(DependencyObject) static | Gets the value of the SaveToNavigationJournal attached property for the specified DependencyObject. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetNavigateTo(DependencyObject, Object) static | Sets the navigation destination for the specific object. |
| SetNavigationHandler(DependencyObject, INavigationHandler) static | Sets a handler for navigation events of a specific object. |
| SetNavigationParameter(DependencyObject, Object) static | Sets a navigation parameter for a specific element. |
| SetNavigationTarget(DependencyObject, Object) static | Sets the Navigation Frame for a specific object. |
| SetSaveToNavigationJournal(DependencyObject, Boolean) static | Sets the value of the SaveToNavigationJournal attached property for the specified DependencyObject. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| NavigateTo static | Gets or sets the navigation destination for the specific element. |
| NavigationHandler static | Gets or sets the handler for navigation events which occur for the specific object. |
| NavigationParameter static | Gets or sets the specific parameter passed when navigating through Views. |
| NavigationTarget static | Gets or sets the NavigationFrame that manages navigation invoked by the current element. |
| SaveToNavigationJournal static | Gets or sets whether to save information about navigation steps to the navigation journal. This is an attached property. |
See Also