Back to Devexpress

Journal Class

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-41779965.md

latest2.4 KB
Original Source

Journal Class

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

Declaration

csharp
public class Journal :
    IJournal,
    INotifyPropertyChanged,
    IJournalEx,
    ISupportNavigationCache
vb
Public Class Journal
    Implements 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, 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.

Inheritance

Object Journal

See Also

Journal Members

Journal

Navigation

DevExpress.Xpf.WindowsUI.Navigation Namespace