Back to Devexpress

AutoCompleteEditTextChangedEventArgs.Reason Property

maui-devexpress-dot-maui-dot-editors-dot-autocompleteedittextchangedeventargs.md

latest1.3 KB
Original Source

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

csharp
public AutoCompleteEditTextChangeReason Reason { get; }

Property Value

TypeDescription
AutoCompleteEditTextChangeReason

A value that specifies a reason for the change.

|

Available values:

NameDescription
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

AutoCompleteEditTextChangedEventArgs Class

AutoCompleteEditTextChangedEventArgs Members

DevExpress.Maui.Editors Namespace