Skip to main content

AutoSuggestEdit.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

Assembly: DevExpress.Xpf.Core.v23.2.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