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

AutoCompleteEdit.ChosenSuggestion Property

Gets the selected suggestion in the drop-down list.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public object ChosenSuggestion { get; }

Property Value

Type Description
Object

An object that specifies the selected suggestion in the drop-down list.

See Also