Skip to main content
All docs
V26.1
  • AutoSuggestEditSettings.AcceptValueOnPopupContentSelectionChanged Property

    Gets or sets whether the suggestion text is substituted in the editor’s edit box while selecting suggestions in the editor’s drop down. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors.Settings

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public bool AcceptValueOnPopupContentSelectionChanged { get; set; }

    Property Value

    Type Description
    Boolean

    true, if the suggestion text is substituted in the edit box; otherwise, false.

    See Also