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

    Gets whether the Finish button is enabled on the AIReportGenerationPageView page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters

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

    Declaration

    public override bool FinishEnabled { get; }

    Property Value

    Type Description
    Boolean

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

    See Also