DataFormComboBoxEditorAttribute.NoResultsFoundText Property
In This Article
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
C#
public string NoResultsFoundText { get; set; }
#Property Value
Type | Description |
---|---|
String | The text that is displayed when the Data |
See Also