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

BaseWizardPage.AllowFinish Property

Gets or sets whether the Finish button is enabled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

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