Back to Devexpress

Journal Properties

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-dot-underscore-properties.md

latest2.4 KB
Original Source

Journal Properties

Stores the overall navigation information for a specific NavigationFrame.

NameDescription
BackStackProvides access to a collection of JournalEntry objects that store information about all previously displayed application screens (Views), which can be shown via backward navigation.
CanGoBackGets whether a NavigationFrame related to the current Journal can navigate back.
CanGoForwardGets whether a NavigationFrame associated with the current Journal can navigate forward.
CurrentReturns a Journal Entry that contains information about the currently displayed View.
DefaultContentProviderGets a default Content Provider that stores the cached instances of all previously displayed application screens (Views).
ForwardStackProvides access to a collection of JournalEntry objects that store information about all previously displayed Views, which can be shown via forward navigation.
NavigationContentProviderGets or sets the Navigation Content that stores the cached instance of all displayed application screens (Views).
NavigatorGets or sets the NavigationFrame object, whose navigation operations will be kept within the current Journal.

See Also

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace