Skip to main content
All docs
V25.1
  • AIDataBoundEnterReportPromptPage<TModel>.MoveNextEnabled Property

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

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public override bool MoveNextEnabled { get; }

    Property Value

    Type Description
    Boolean

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

    See Also