Back to Devexpress

AutoCompleteEditTextChangeReason Enum

maui-devexpress-dot-maui-dot-editors-27f53085.md

latest1.3 KB
Original Source

AutoCompleteEditTextChangeReason Enum

Enumerates values that specify 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 enum AutoCompleteEditTextChangeReason

Members

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.

|

The following properties accept/return AutoCompleteEditTextChangeReason values:

Extension Methods

Yield<AutoCompleteEditTextChangeReason>()

YieldIfNotNull<AutoCompleteEditTextChangeReason>()

See Also

DevExpress.Maui.Editors Namespace