Skip to main content
A newer version of this page is available. .

Journal.Current Property

Returns a Journal Entry that contains information about the currently displayed View.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public JournalEntry Current { get; protected set; }

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