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

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.v19.2.dll

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