Skip to main content

ChooseReportStylePage<TModel>.FinishEnabled Property

Specifies whether or not the Finish button is enabled on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override bool FinishEnabled { get; }

Property Value

Type Description
Boolean

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

See Also