Skip to main content
A newer version of this page is available.
All docs
V18.2

ChooseReportLayoutPage<TModel>.FinishEnabled Property

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

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v18.2.dll

Declaration

public override bool FinishEnabled { get; }

Property Value

Type Description
Boolean

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

See Also