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

ConfigureExtractDataSourcePage<TModel>.FinishEnabled Property

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public override bool FinishEnabled { get; }

Property Value

Type Description
Boolean

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

See Also