Back to Devexpress

AutoSuggestEditChangeTextReason Enum

wpf-devexpress-dot-xpf-dot-editors-63b6fe40.md

latest1.6 KB
Original Source

AutoSuggestEditChangeTextReason Enum

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

Declaration

csharp
public enum AutoSuggestEditChangeTextReason
vb
Public Enum AutoSuggestEditChangeTextReason

Members

NameDescription
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:

Remarks

The values listed by this enumeration are returned by the Reason property.

See Also

DevExpress.Xpf.Editors Namespace