Skip to main content
A newer version of this page is available. .
All docs
V23.1

ChooseDataProviderPage<TModel>.FinishEnabled Property

Specifies whether the Finish button is enabled on the Select a data connection type wizard page.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override bool FinishEnabled { get; }

Property Value

Type Description
Boolean

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

See Also