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