Back to Devexpress

BaseWizardPage.AllowNext Property

windowsforms-devexpress-dot-xtrawizard-dot-basewizardpage-bb3c5fd4.md

latest1.6 KB
Original Source

BaseWizardPage.AllowNext Property

Gets or sets whether the Next button is enabled.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowNext { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AllowNext As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to enable the button; otherwise, false.

|

Remarks

To select the next wizard page in code, use the WizardControl.SetNextPage method.

See Also

AllowBack

AllowCancel

AllowFinish

BaseWizardPage Class

BaseWizardPage Members

DevExpress.XtraWizard Namespace