Back to Devexpress

NavigationFrame.Journal Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-da6a7717.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public IJournal Journal { get; set; }
vb
Public Property Journal As IJournal

Property Value

TypeDescription
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.

See Also

Journal

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace