Skip to main content
All docs
V23.2

ConfigureFederationCalculatedFieldsPage<TModel>.FinishEnabled Property

Specifies whether the Finish button is enabled on the Select calculated fields… wizard page.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public override bool FinishEnabled { get; }

Property Value

Type Description
Boolean

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

See Also