Back to Devexpress

AutoSuggestEditSuggestionChoosingEventArgs.SelectedItem Property

wpf-devexpress-dot-xpf-dot-editors-dot-autosuggesteditsuggestionchoosingeventargs.md

latest1.4 KB
Original Source

AutoSuggestEditSuggestionChoosingEventArgs.SelectedItem Property

Gets the data item that corresponds to a suggestion that is about to be chosen.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object SelectedItem { get; set; }
vb
Public Property SelectedItem As Object

Property Value

TypeDescription
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

AutoSuggestEditSuggestionChoosingEventArgs Class

AutoSuggestEditSuggestionChoosingEventArgs Members

DevExpress.Xpf.Editors Namespace