Back to Devexpress

Journal.Current Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-2e299a05.md

latest2.4 KB
Original Source

Journal.Current Property

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

Namespace : DevExpress.Xpf.WindowsUI.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public JournalEntry Current { get; protected set; }
vb
Public Property Current As JournalEntry

Property Value

TypeDescription
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

GoBack

GoHome

GoForward(Object)

CanGoForward

CanGoBack

Navigation

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace