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

WizardControl.SetNextPage() Method

Selects the next wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

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