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

WizardControl.SetPreviousPage() Method

Selects the previous wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

public bool SetPreviousPage()

Returns

Type Description
Boolean

true if the previous page has been selected; otherwise, false.

Remarks

The SetPreviousPage method selects the previous wizard page in the WizardControl.Pages collection. However, you can handle the WizardControl.SelectedPageChanging event, and select the required wizard page.

End-users can switch to the previous page by clicking the Back button.

To learn more, see Page Events.

See Also