You are viewing help content for pre-release software. This document and the features it describes are subject to change.
DataFormAutoCompleteEditorAttribute.LoadingProgressMode Property
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
Declaration
public LoadingProgressMode LoadingProgressMode { get; set; }
Property Value
Type |
---|
LoadingProgressMode |
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
Feedback