wpf-devexpress-dot-xpf-dot-windowsui-c6d839ca.md
A navigation container that implements the INavigationAware interface.
Namespace : DevExpress.Xpf.WindowsUI
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
[DXLicenseWpf]
public class NavigationPage :
ContentControl,
INavigationAware
<DXLicenseWpf>
Public Class NavigationPage
Inherits ContentControl
Implements INavigationAware
Normally, when you navigate through screens within a WindowsUI application and want to pass data from one container to another, you should implement the INavigationAware interface for your UserControl representing a screen, and use the INavigationAware.NavigatedFrom and INavigationAware.NavigatedTo methods to specify the NavigationBaseEventArgs.Parameter property. If you do not want to manually implement the INavigationAware interface, you can use the NavigationPage object instead of a UserControl to host your screen. See the Navigation topic for an example.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl NavigationPage
See Also
NavigatedFrom(NavigationEventArgs)