Back to Devexpress

AutoCompleteColumn.NoResultsFoundText Property

maui-devexpress-dot-maui-dot-datagrid-dot-autocompletecolumn-dee371b6.md

latest1.1 KB
Original Source

AutoCompleteColumn.NoResultsFoundText Property

Gets or sets the text displayed in the drop-down list if no suggestions are found. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public string NoResultsFoundText { get; set; }

Property Value

TypeDescription
String

The text displayed in the drop-down list if no suggestions are found.

|

Remarks

See Also

AutoCompleteColumn Class

AutoCompleteColumn Members

DevExpress.Maui.DataGrid Namespace