Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.Xpf.WindowsUI.Navigation Namespace

In This Article

Contains classes that maintain navigation within Windows Modern UI applications. See the Navigation topic for more info. To use these classes in XAML code, add the xmlns:dxwuin=”http://schemas.devexpress.com/winfx/2008/xaml/windowsui/navigation“ namespace reference.

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Classes

Name Description
FrameDocumentUIService Allows you to show documents in a NavigationFrame.
FrameNavigationService The service that provides methods to navigate between Views within a NavigationFrame.
Journal Stores the overall navigation information for a specific NavigationFrame.
JournalEntry An entry within a Journal that refers to a previously visited View.
Navigation Provides members that support navigation within Windows Modern UI applications.
NavigationBaseEventArgs Provides base properties for navigation events in Windows Modern UI applications.
NavigationCanceledEventArgs Provides data for the NavigationCanceled event.
NavigationEventArgs Provides data for the INavigationAware.NavigatedFrom and INavigationAware.NavigatedTo events.
NavigationServiceBase Provides members that support navigation between Views in MVVM Windows Modern UI applications.

#Interfaces

Name Description
INavigationAware An interface that provides methods for navigating within a WindowsUI application.