Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Journal Class

Stores the overall navigation information for a specific NavigationFrame.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v24.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