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

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.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override bool MoveNextEnabled { get; }

Property Value

Type Description
Boolean

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

See Also