Back to Devexpress

AutoSuggestEditSuggestionChosenEventArgs.SelectedItem Property

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

latest1.3 KB
Original Source

AutoSuggestEditSuggestionChosenEventArgs.SelectedItem Property

Gets the data item that corresponds to a chosen suggestion.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Object

A data item that corresponds to a chosen suggestion.

|

Remarks

Use the SelectedItem property to get the data item that corresponds to a chosen suggestion.

See Also

AutoSuggestEditSuggestionChosenEventArgs Class

AutoSuggestEditSuggestionChosenEventArgs Members

DevExpress.Xpf.Editors Namespace