Back to Devexpress

WizardControl.NavigationMode Property

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

latest2.0 KB
Original Source

WizardControl.NavigationMode Property

Gets or sets whether clicking the Previous button navigates to the preceding or to the last visited page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(NavigationMode.Sequential)]
[DXCategory("Behavior")]
public NavigationMode NavigationMode { get; set; }
vb
<DefaultValue(NavigationMode.Sequential)>
<DXCategory("Behavior")>
Public Property NavigationMode As NavigationMode

Property Value

TypeDefaultDescription
DevExpress.XtraWizard.NavigationModeSequential

A NavigationMode value that specifies which page is activated when clicking the Previous button.

|

Remarks

By default, clicking the Next button activates the following page. However, in this instance, you can activate another page by handling the WizardControl.SelectedPageChanging event.

The NavigationMode property specifies which page is visited when clicking on the Previous button. If the NavigationMode property is set to Sequential , clicking on the Previous button activates the preceding page. If the NavigationMode property is set to Stacked , clicking on the Previous button activates the last visited page.

See Also

SelectedPageChanging

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace