maui-devexpress-dot-maui-dot-editors-95dfa11c.md
Enumerates values that specify whether a wait indicator is displayed automatically or manually.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public enum LoadingProgressMode
| Name | Description |
|---|---|
Auto |
A wait indicator is displayed when the text in the edit box changes and hidden when the collection of suggestions is updated.
|
| Manual |
A wait indicator is displayed and hidden based on the IsLoadingInProgress property value.
|
The following properties accept/return LoadingProgressMode values:
YieldIfNotNull<LoadingProgressMode>()
See Also