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

AutoCompleteEdit.NoSuggestionsText Property

Gets or sets the text displayed in the drop-down window if no suggestions are found.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string NoSuggestionsText { get; set; }

Property Value

Type Description
String

A value that specifies the text displayed in the drop-down window if no suggestions are found.

See Also