Skip to main content
All docs
V25.1
  • AIChooseDataSourceOptionPage<TModel>.FinishEnabled Property

    Gets whether the Finish button is enabled on the Report Wizard AIChooseDataSourceOptionPageView 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 FinishEnabled { get; }

    Property Value

    Type Description
    Boolean

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

    See Also