Skip to main content

AutoCompleteEditTextChangeReason Enum

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

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public enum AutoCompleteEditTextChangeReason

#Members

Name Description
UserInput

A user entered a value in the edit box.

ProgrammaticChange

The text was changed in code.

SuggestionChosen

A user selected a suggestion in the drop-down list.

#Related API Members

The following properties accept/return AutoCompleteEditTextChangeReason values:

See Also