Skip to main content

AutoSuggestEditSuggestionChosenEventArgs.SelectedItem Property

Gets the data item that corresponds to a chosen suggestion.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object SelectedItem { get; }

Property Value

Type Description
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