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

INavigationService.GoForward(Object) Method

Navigates forward to the next screen (view).

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

void GoForward(
    object param
)

Parameters

Name Type Description
param Object

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

See Also