Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public bool ShowProgressIndicator { get; set; }

    Property Value

    Type Description
    Boolean

    true to display a wait indicator; otherwise, false.

    See Also