Skip to main content
All docs
V26.1
  • AutoSuggestEditChangeTextReason Enum

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

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: 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