Back to Devexpress

LoadingProgressMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-467ece50.md

latest1.5 KB
Original Source

LoadingProgressMode Enum

Enumerates values that specify whether a wait indicator is displayed automatically or manually.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public enum LoadingProgressMode

Members

NameDescription
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:

See Also

DevExpress.XamarinForms.Editors Namespace