AutoSuggestEditSuggestionChoosingEventArgs.SelectedItem Property
In This Article
Gets the data item that corresponds to a suggestion that is about to be chosen.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Object | A data item that corresponds to a suggestion that is about to be chosen. |
#Remarks
Use the SelectedItem property to get the data item that corresponds to a suggestion that is about to be chosen.
See Also