Class
AIPromptHeaderItemStyleSelector

Selects Style instances for each header item of the RadAIPrompt.

Definition

Namespace:Telerik.Maui.Controls.AIPrompt

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class AIPromptHeaderItemStyleSelector : IStyleSelector

Inheritance: objectAIPromptHeaderItemStyleSelector

Implements: IStyleSelector

Constructors

AIPromptHeaderItemStyleSelector()

Declaration

cs-api-definition
public AIPromptHeaderItemStyleSelector()

Properties

CommandViewHeaderItemStyle

Gets or sets the Style that is used for the tabview header item that represents the AIPromptCommandView.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public Style OutputViewHeaderItemStyle { get; set; }

Property Value

Style

Methods

SelectStyle(object, BindableObject)

Selects a style based on the provided information.

Declaration

cs-api-definition
public Style SelectStyle(object item, BindableObject bindable)

Parameters

item

object

bindable

BindableObject

Returns

Style

Implements IStyleSelector.SelectStyle(object, BindableObject)