Skip to main content

ConnectionPropertiesPageBase<TModel>.FinishEnabled Property

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override bool FinishEnabled { get; }

Property Value

Type Description
Boolean

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

Remarks

The following Data Source Wizard‘s pages use this method:

To learn more, see Page Views and Presenters.

See Also