Skip to main content

Journal Properties

Stores the overall navigation information for a specific NavigationFrame.
Name Description
BackStack Provides access to a collection of JournalEntry objects that store information about all previously displayed application screens (Views), which can be shown via backward navigation.
CanGoBack Gets whether a NavigationFrame related to the current Journal can navigate back.
CanGoForward Gets whether a NavigationFrame associated with the current Journal can navigate forward.
Current Returns a Journal Entry that contains information about the currently displayed View.
DefaultContentProvider Gets a default Content Provider that stores the cached instances of all previously displayed application screens (Views).
ForwardStack Provides access to a collection of JournalEntry objects that store information about all previously displayed Views, which can be shown via forward navigation.
NavigationContentProvider Gets or sets the Navigation Content that stores the cached instance of all displayed application screens (Views).
Navigator Gets or sets the NavigationFrame object, whose navigation operations will be kept within the current Journal.
See Also