Skip to main content
All docs
V26.1
  • AIReportGenerationPage<TModel>.MoveNextEnabled Property

    Gets whether the Next button is enabled on the AINoDataEnterReportPromptPageView page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters

    Assembly: DevExpress.AIIntegration.Reporting.Common.v26.1.dll

    Declaration

    public override bool MoveNextEnabled { get; }

    Property Value

    Type Description
    Boolean

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

    See Also