Skip to main content

DataFormAutoCompleteItem.NoResultsFoundText Property

Gets or sets the text that is displayed when the editor’s ItemSource inherited property does not contain items that match the filter string. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string NoResultsFoundText { get; set; }

Property Value

Type Description
String

The text that is displayed when the editor’s source does not contain items that match the filter string.

See Also