Back to Devexpress

Journal.GoHome(Object) Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-dot-gohome-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

Journal.GoHome(Object) Method

Navigates back to the home page stored within the NavigationFrame.Source property.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public void GoHome(
    object param
)
vb
Public Sub GoHome(
    param As Object
)

Parameters

NameTypeDescription
paramObject

An object that will be passed to the home page as a parameter.

|

Remarks

See Navigation to learn more about sending and receiving parameters when navigating between NavigationFrame pages.

See Also

Navigation

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace