Skip to main content
All docs
V24.2

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.v24.2.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