Journal Class
Stores the overall navigation information for a specific NavigationFrame.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Remarks
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, Journals 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.