Skip to main content
A newer version of this page is available. .

AutoCompleteEditTextChangedEventArgs.Reason Property

Gets a value that specifies how the text in an AutoCompleteEdit was changed.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public AutoCompleteEditTextChangeReason Reason { get; }

Property Value

Type Description
AutoCompleteEditTextChangeReason

A value that specifies a reason for the change.

Available values:

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.

See Also