New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class DataGridSearchCellProbe : DataGridTextSearchProbe

Inheritance: objectDataGridSearchProbeDataGridTextSearchProbeDataGridSearchCellProbe

Inherited Members DataGridTextSearchProbe.SearchTermsDataGridTextSearchProbe.SearchTermsLogicalOperatorDataGridSearchProbe.ItemDataGridSearchProbe.ItemTextDataGridSearchProbe.MatchesDataGridSearchProbe.CancellationToken...

Constructors

C#
public DataGridSearchCellProbe()

Properties

Gets the value of the cell.

C#
public object CellValue { get; }

Gets the column for which probing is done, i.e. the column for the cell that exploration for search matches is performed.

C#
public DataGridColumn Column { get; }