Skip to main content

CreateExtractDataSourcePage<TModel>.MoveNextEnabled Property

Specifies whether the Next button is enabled on a wizard page.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public override bool MoveNextEnabled { get; }

Property Value

Type Description
Boolean

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

See Also