Back to Devexpress

PickerColumn.NoResultsFoundText Property

maui-devexpress-dot-maui-dot-datagrid-dot-pickercolumn-1e7077a3.md

latest1.0 KB
Original Source

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

csharp
public string NoResultsFoundText { get; set; }

Property Value

TypeDescription
String

The text that is displayed when the PickerColumn does not contain items that match the filter string.

|

See Also

PickerColumn Class

PickerColumn Members

DevExpress.Maui.DataGrid Namespace