Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object SelectedItem { get; set; }

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