Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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