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

IWizardService.GoBack(Object) Method

Navigates to the previous wizard page.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

void GoBack(
    object param
)

Parameters

Name Type Description
param Object

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

See Also