Skip to main content

DataFormComboBoxEditorAttribute.NoResultsFoundText Property

Gets or sets the text that is displayed when the DataFormComboBoxItem 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 DataFormComboBoxItem does not contain items that match the filter string.

See Also