AutoSuggestEditSuggestionChosenEventArgs Class
Provides data for the SuggestionChosen event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Use the event arguments’ SelectedItem property to get the data item that corresponds to a chosen suggestion.
See Also