Skip to main content

PickerColumn.NoResultsFoundText Property

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

See Also