Skip to main content
All docs
V25.1
  • SmartAutoCompleteBehavior.ShowProgressIndicator Property

    Gets or sets whether to display a wait indicator when waiting for a response from the AI service.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public bool ShowProgressIndicator { get; set; }

    Property Value

    Type Description
    Boolean

    true to display a wait indicator; otherwise, false.

    See Also