wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-41779965.md
Stores the overall navigation information for a specific NavigationFrame.
Namespace : DevExpress.Xpf.WindowsUI.Navigation
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
public class Journal :
IJournal,
INotifyPropertyChanged,
IJournalEx,
ISupportNavigationCache
Public Class Journal
Implements IJournal,
INotifyPropertyChanged,
IJournalEx,
ISupportNavigationCache
The Journal object provides members that store complete navigation information for the current Frame. Each time an end-user navigates within a WindowsUI application, previously displayed Views are stored in a Journal within the Journal.BackStack and Journal.ForwardStack collections as JournalEntry objects.
Along with these collections, Journal s provide the Journal.GoBack and Journal.GoForward methods, similar to the corresponding NavigationFrame.GoBack and NavigationFrame.GoForward method of a NavigationFrame.
To access a Journal for a specific NavigationFrame, use the NavigationFrame.Journal property.
Object Journal
See Also