AutoCompleteEditTextChangedEventArgs.Reason Property
In This Article
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
C#
public AutoCompleteEditTextChangeReason Reason { get; }
#Property Value
Type | Description |
---|---|
Auto |
A value that specifies a reason for the change. |
Available values:
Name | Description |
---|---|
User |
A user entered a value in the edit box. |
Programmatic |
The text was changed in code. |
Item |
Fires when a user selects a suggestion in the drop-down list. |
See Also