AutoSuggestEditSuggestionChoosingEventArgs Class
Provides data for the SuggestionChoosing 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 suggestion that is about to be chosen.
See Also