Click or drag to resize
Wizard .NET Library

WizardPageAllowBack Property

Gets or sets a value indicating whether to enable the Back button.

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

Property Value

Type: Boolean
true if Back button is enabled; otherwise, false.
See Also