Defines the view modes available in the DataGrid AI prompt components.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridAIViewMode
Fields
The AI assistant mode, which provides suggested and recent prompts for AI interaction.
C#
AIAssistant = 1
The search mode, which provides keyword and semantic search functionality.
C#
Search = 0