Click or drag to resize
Wizard .NET Library

WizardPageShowCancel Property

Gets or sets a value indicating whether to show the Cancel button. If both ShowCancel and ShowNext are false, then the bottom command area will not be shown.

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

Property Value

Type: Boolean
true if Cancel button should be shown; otherwise, false.
See Also