DevExpress.Xpf.WindowsUI.Navigation Namespace
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.1.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. |