wpf-devexpress-dot-xpf-dot-editors-63b6fe40.md
Lists the values that specify the reason of raising the AutoSuggestEdit.TextChanged event.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum AutoSuggestEditChangeTextReason
Public Enum AutoSuggestEditChangeTextReason
| Name | Description |
|---|---|
TextInput |
The editor’s text is changed because an end user entered a new value in editor’s text box.
|
| ChosenFromPopup |
The editor’s text is changed because an end user has chosen a new value from a popup.
|
| ValueChanged |
The editor’s text is changed because the editor’s EditValue property has been changed.
|
The following properties accept/return AutoSuggestEditChangeTextReason values:
The values listed by this enumeration are returned by the Reason property.
See Also