Journal.Current Property
Returns a Journal Entry that contains information about the currently displayed View.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
JournalEntry | A JournalEntry object that contains information about the currently displayed View. |
Remarks
The Current property stores the currently displayed application screen (View). You can navigate from the Current View to the previous View(s) via the Journal.GoBack, Journal.GoHome and Journal.GoForward methods. Each time one of these methods is used, the Current entry is moved to either the Journal.BackStack or Journal.ForwardStack collection depending on the navigation type.
See Also