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

BaseWizardPage.AllowNext Property

Gets or sets whether the Next button is enabled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowNext { get; set; }

Property Value

Type Default Description
Boolean true

true to enable the button; otherwise, false.

Remarks

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

See Also