Back to Devexpress

DataFormAutoCompleteEditorAttribute.LoadingProgressMode Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformautocompleteeditorattribute-cf47aa1d.md

latest1.4 KB
Original Source

DataFormAutoCompleteEditorAttribute.LoadingProgressMode Property

Gets or sets whether a wait indicator is displayed automatically or manually.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public LoadingProgressMode LoadingProgressMode { get; set; }

Property Value

TypeDescription
LoadingProgressMode

A LoadingProgressMode enumaration value.

|

Available values:

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.

|

See Also

DataFormAutoCompleteEditorAttribute Class

DataFormAutoCompleteEditorAttribute Members

DevExpress.Maui.DataForm Namespace