Skip to main content
A newer version of this page is available. .

AutoSuggestEditChangeTextReason Enum

Lists the values that specify the reason of raising the AutoSuggestEdit.TextChanged event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public enum AutoSuggestEditChangeTextReason

Members

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.

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