Skip to main content

WizardControl.SetNextPage() Method

Selects the next wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public bool SetNextPage()

Returns

Type Description
Boolean

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

Remarks

The SetNextPage method selects the next 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 next page by clicking the Next button.

To learn more, see Page Events.

See Also