AutoSuggestEditChangeTextReason Enum
In This Article
Lists the values that specify the reason of raising the AutoSuggestEdit.TextChanged event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Text
|
The editor’s text is changed because an end user entered a new value in editor’s text box. |
Chosen
|
The editor’s text is changed because an end user has chosen a new value from a popup. |
Value
|
The editor’s text is changed because the editor’s Edit |
#Related API Members
The following properties accept/return AutoSuggestEditChangeTextReason values:
#Remarks
The values listed by this enumeration are returned by the Reason property.
See Also