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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the suggestion text is substituted in the edit box; otherwise, false. |
See Also