Skip to main content
All docs
V23.2

ChooseDataProviderPage<TModel>.MoveNextEnabled Property

Specifies whether the Next button is enabled on the Select a data connection type 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 MoveNextEnabled { get; }

Property Value

Type Description
Boolean

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

See Also