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

ChooseJsonSchemaPage<TModel>.MoveNextEnabled Property

Specifies whether or not the Next button is enabled on the Select Data Fields wizard page.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public override bool MoveNextEnabled { get; }

Property Value

Type Description
Boolean

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

See Also