Selects Style instances for each header item of the RadAIPrompt.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AIPromptHeaderItemStyleSelector : IStyleSelector
Inheritance: objectAIPromptHeaderItemStyleSelector
Implements:
Constructors
C#
public AIPromptHeaderItemStyleSelector()
Properties
Gets or sets the Style that is used for the tabview header item that represents the AIPromptCommandView.
C#
public Style CommandViewHeaderItemStyle { get; set; }
Gets or sets the Style that is used for the tabview header item that represents a custom AIPromptView.
C#
public Style DefaultHeaderItemStyle { get; set; }
Gets or sets the Style that is used for the tabview header item that represents the AIPromptInputView.
C#
public Style InputViewHeaderItemStyle { get; set; }
Gets or sets the Style that is used for the tabview header item that represents the AIPromptOutputView.
C#
public Style OutputViewHeaderItemStyle { get; set; }
Methods
Selects a style based on the provided information.
C#
public Style SelectStyle(object item, BindableObject bindable)
Style
Implements: