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.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.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.

ItemSelected

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

See Also