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

WizardService.GoBack(Object) Method

Navigates back to the previous wizard page.

Namespace: DevExpress.Xpf.Controls

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void GoBack(
    object parameter
)

Parameters

Name Type Description
parameter Object

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

See Also