Skip to main content

BaseWizardPage.AllowCancel Property

Gets or sets whether the Cancel button is enabled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.1.dll

NuGet Package: DevExpress.Win

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