Back to Devexpress

WizardControl.SelectedPage Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-d6b045d6.md

latest2.1 KB
Original Source

WizardControl.SelectedPage Property

Gets or sets the currently selected wizard page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DXCategory("Data")]
public BaseWizardPage SelectedPage { get; set; }
vb
<DXCategory("Data")>
Public Property SelectedPage As BaseWizardPage

Property Value

TypeDescription
BaseWizardPage

A BaseWizardPage descendant that represents the selected wizard page.

|

Remarks

You can also use the WizardControl.SelectedPageIndex property to select the required wizard page by specifying its index.

End-users can navigate between wizard pages via navigation buttons.

Changing the current wizard page raises the WizardControl.SelectedPageChanging event, which allows you to cancel the action. After a new wizard page has been selected, the WizardControl.SelectedPageChanged event is raised.

See Also

SelectedPageChanging

SelectedPageChanged

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace