Back to Devexpress

WizardControl.SelectedPageIndex Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-4832a0d5.md

latest2.1 KB
Original Source

WizardControl.SelectedPageIndex Property

Gets or sets the current wizard page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the wizard page’s position within the WizardControl.Pages collection.

|

Remarks

You can also use the WizardControl.SelectedPage property to select the required wizard page.

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

SelectedPage

SelectedPageChanging

SelectedPageChanged

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace