Skip to main content

BaseWizardPage.AllowFinish Property

Gets or sets whether the Finish button is enabled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

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

Property Value

Type Default Description
Boolean true

true if the Finish button is enabled; otherwise, false.

See Also