wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-da6a7717.md
Provides access to the Journal object that stores all navigation information for the current NavigationFrame. This is a dependency property.
Namespace : DevExpress.Xpf.WindowsUI
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
public IJournal Journal { get; set; }
Public Property Journal As IJournal
| Type | Description |
|---|---|
| DevExpress.Xpf.WindowsUI.Navigation.IJournal |
A Journal object that stores all navigation information for the current NavigationFrame.
|
Use the Journal property to access the current NavigationFrame‘s Journal. The Journal stores all available navigation information, like the currently displayed View, the current back or forward navigation actions performed, the availability to navigate forward or back etc. See the Journal class to learn more.
Note
The Journal property is not used when navigation is implemented using FrameNavigationService.
See Also