Back to Devexpress

SmartAutoCompleteBehavior.ShowProgressIndicator Property

wpf-devexpress-dot-aiintegration-dot-wpf-dot-smartautocompletebehavior-6618446e.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public bool ShowProgressIndicator { get; set; }
vb
Public Property ShowProgressIndicator As Boolean

Property Value

TypeDescription
Boolean

true to display a wait indicator; otherwise, false.

|

See Also

SmartAutoCompleteBehavior Class

SmartAutoCompleteBehavior Members

DevExpress.AIIntegration.Wpf Namespace