Click or drag to resize
Wizard .NET Library

WizardPageAllowCancel Property

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

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

Property Value

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