Skip to main content

DataFormAutoCompleteItem.LoadingProgressMode Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public LoadingProgressMode LoadingProgressMode { get; set; }

Property Value

Type Default Description
LoadingProgressMode Auto

A LoadingProgressMode enumaration value.

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 IsLoadingInProgress property value.

See Also