Skip to main content

AutoCompleteEditTextChangeReason Enum

Enumerates values that specify how the text in an AutoCompleteEdit was changed.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public enum AutoCompleteEditTextChangeReason

Members

Name Description
UserInput

A user entered a value in the edit box.

ProgrammaticChange

The text was changed in code.

ItemSelected

Fires when a user selects a suggestion in the drop-down list.

Related API Members

The following properties accept/return AutoCompleteEditTextChangeReason values:

See Also