Skip to main content

Journal Class

Stores the overall navigation information for a specific NavigationFrame.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public class Journal :
    IJournal,
    INotifyPropertyChanged,
    IJournalEx,
    ISupportNavigationCache

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.

Inheritance

Object
Journal
See Also