Skip to main content

INavigationService.GoBack(Object) Method

Navigates back to the previously selected screen (view).

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

void GoBack(
    object param
)

Parameters

Name Type Description
param Object

An object that specifies the navigation parameter for the current navigation.

See Also