WizardControl.SetPreviousPage() Method
Selects the previous wizard page.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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