DataFormAutoCompleteEditorAttribute.LoadingProgressMode Property
In This Article
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public LoadingProgressMode LoadingProgressMode { get; set; }
#Property Value
Type |
---|
Loading |
Available values:
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 Is |
See Also