Click or drag to resize
Wizard .NET Library

WizardControlCancelCausesValidation Property

Gets or sets the value of the Cancel button's CausesValidation property.

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

Property Value

Type: Boolean
The value of the Cancel button's CausesValidation property.
See Also