Defines the search mode for the DataGridAISearchView.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridAISearchMode
Fields
Semantic search that understands context to surface the most relevant results.
C#
SemanticSearch = 1
Keyword-based search that looks for word matches.
C#
TextSearch = 0