Skip to main content
A newer version of this page is available. .

BaseWizardPage.AllowCancel Property

Gets or sets whether the Cancel button is enabled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowCancel { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable the button; otherwise, false.

See Also