Back to Devexpress

DevExpress.Xpf.WindowsUI.Navigation Namespace

wpf-devexpress-dot-xpf-dot-windowsui-a9582016.md

latest3.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Classes

NameDescription
FrameDocumentUIServiceAllows you to show documents in a NavigationFrame.
FrameNavigationServiceThe service that provides methods to navigate between Views within a NavigationFrame.
JournalStores the overall navigation information for a specific NavigationFrame.
JournalEntryAn entry within a Journal that refers to a previously visited View.
NavigationProvides members that support navigation within Windows Modern UI applications.
NavigationBaseEventArgsProvides base properties for navigation events in Windows Modern UI applications.
NavigationCanceledEventArgsProvides data for the NavigationCanceled event.
NavigationEventArgsProvides data for the INavigationAware.NavigatedFrom and INavigationAware.NavigatedTo events.
NavigationServiceBaseProvides members that support navigation between Views in MVVM Windows Modern UI applications.

Interfaces

NameDescription
INavigationAwareAn interface that provides methods for navigating within a WindowsUI application.