AutoCompleteColumn.NoSuggestionsText Property
Gets or sets the text displayed in the drop-down list if no suggestions are found.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
public string NoSuggestionsText { get; set; }
Property Value
Type | Description |
---|---|
String | A value that specifies the text displayed in the drop-down list if no suggestions are found. |
Remarks
If no suggestions are found, the corresponding message is displayed in the drop-down list. The default message is ‘No Results Found’.
Use the NoSuggestionsText
property to customize the message text.
See Also