An instance of this object is used by the semantic 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.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridSemanticSearchCellProbe : DataGridSearchProbe
Inheritance: objectDataGridSearchProbeDataGridSemanticSearchCellProbe
Inherited Members
Constructors
Initializes a new instance of the DataGridSemanticSearchCellProbe class.
C#
public DataGridSemanticSearchCellProbe()
Properties
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; }
Gets or sets a value indicating whether the cell is a match for the semantic search.
C#
public bool IsMatch { get; set; }
Gets the semantic-search text that should be searched for.
C#
public string SearchText { get; }