NavigationFrame.Journal Property
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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.WindowsUI.Navigation.IJournal | A Journal object that stores all navigation information for the current NavigationFrame. |
Remarks
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.