ClassDataGridSearchCellProbe
Class
An instance of this object is used by the searching mechanism of the RadDataGrid when trying to determine the search matches for a cell, i.e. the combination of a DataGridColumn and a business item from the ItemsSource. Use the Matches collection to add any search matches that satisfy your custom logic.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DataGridSearchCellProbe : DataGridSearchProbe
Inheritance: objectDataGridSearchProbeDataGridSearchCellProbe
Inherited Members
Constructors
DataGridSearchCellProbe()
Declaration
cs-api-definition
public DataGridSearchCellProbe()