Skip to main content

AutoCompleteEdit.SuggestionChosenCommand Property

Specifies the command executed when a suggestion in the drop-down list is selected.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public ICommand SuggestionChosenCommand { get; set; }

Property Value

Type Description
ICommand

A command that exposes the ICommand interface.

See Also