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

ChooseReportTypePage<TModel>.MoveNextEnabled Property

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

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v19.1.dll

Declaration

public override bool MoveNextEnabled { get; }

Property Value

Type Description
Boolean

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

See Also