Skip to main content

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

public string NoResultsFoundText { get; set; }

Property Value

Type Description
String

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

Remarks

.NET MAUI DataGrid - NoResultsFoundText

See Also