Click or drag to resize
Wizard .NET Library

WizardPageAllowNext Property

Gets or sets a value indicating whether to enable the Next/Finish button.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(true)]
public virtual bool AllowNext { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if Next/Finish button is enabled; otherwise, false.
See Also