Represents the settings for semantic search in the RadDataGrid.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridSemanticSearchSettings : DataGridSearchSettingsBase
Inheritance: objectDataGridSearchSettingsBaseDataGridSemanticSearchSettings
Inherited Members
Constructors
C#
public DataGridSemanticSearchSettings()
Methods
Gets or sets the callback that provides search matches for a semantic search query. The callback receives a DataGridSemanticSearchCellProbe containing the search text and cell information, and should populate the Matches collection with any matches that satisfy the semantic search criteria.
C#
protected override void ProvideSearchMatches(DataGridSearchProbe probe)
An entity that contains information about the item, such as text of the item, the effective search text, and more.
Overrides: