Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IJournal Journal { get; set; }

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.

See Also