Skip to main content
All docs
V25.1
  • AIDataBoundEnterReportPromptPage<TModel>.Validate(out String) Method

    Validates settings specified on a wizard 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 Validate(
        out string errorMessage
    )

    Parameters

    Name Type Description
    errorMessage String

    The error message if validation fails.

    Returns

    Type Description
    Boolean

    true if validation succeeded; otherwise, false.

    See Also