Class AIPromptCommandTemplateSelector
Selects Microsoft.
Inheritance
System.Object
AIPromptCommandTemplateSelector
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandTemplateSelector : DataTemplateSelector
Constructors
AIPromptCommandTemplateSelector()
Declaration
public AIPromptCommandTemplateSelector()
Properties
CommandTemplate
Gets or sets the template that is used for the AIPrompt
Declaration
public DataTemplate CommandTemplate { get; set; }
Property Value
Microsoft.
|
GroupTemplate
Gets or sets the template that is used for the AIPrompt
Declaration
public DataTemplate GroupTemplate { get; set; }
Property Value
Microsoft.
|
Methods
OnSelectTemplate(Object, BindableObject)
Selects a template based on the provided information.
Declaration
protected override DataTemplate OnSelectTemplate(object item, BindableObject container)
Parameters
System.
|
Microsoft.
|
Returns
Microsoft.
|