Back to Devexpress

AutoCompleteEditTextChangeReason Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-4e3adaae.md

latest1.1 KB
Original Source

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

csharp
public enum AutoCompleteEditTextChangeReason

Members

NameDescription
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.

|

The following properties accept/return AutoCompleteEditTextChangeReason values:

See Also

DevExpress.XamarinForms.Editors Namespace