Class AIPromptHeaderItemStyleSelector
Selects Microsoft.Maui.Controls.Style instances for each header item of the RadAIPrompt.
Inheritance
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptHeaderItemStyleSelector : Object, IStyleSelector
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
Microsoft.Maui.Controls.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
Microsoft.Maui.Controls.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
Microsoft.Maui.Controls.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
Microsoft.Maui.Controls.Style
|
Methods
SelectStyle(Object, BindableObject)
Selects a style based on the provided information.
Declaration
public Style SelectStyle(object item, BindableObject bindable)
Parameters
System.Object
item
|
Microsoft.Maui.Controls.BindableObject
bindable
|
Returns
Microsoft.Maui.Controls.Style
|