Class
AIPromptCommandGroupView

A view that displays a group of AIPrompt commands in the RadAIPrompt.

Definition

Namespace:Telerik.Maui.Controls.AIPrompt

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class AIPromptCommandGroupView : AIPromptCommandItemViewBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptCommandItemViewBaseAIPromptCommandGroupView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members AIPromptCommandItemViewBase.ImageSourcePropertyAIPromptCommandItemViewBase.TextPropertyAIPromptCommandItemViewBase.ImageSourceAIPromptCommandItemViewBase.TextRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

AIPromptCommandGroupView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public AIPromptCommandGroupView()

Fields

CommandsProperty

Identifies the Commands property.

Declaration

cs-api-definition
public static readonly BindableProperty CommandsProperty

Field Value

BindableProperty

ExpanderStyleProperty

Identifies the ExpanderStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ExpanderStyleProperty

Field Value

BindableProperty

Properties

Commands

Gets or sets the AIPrompt commands of this group.

Declaration

cs-api-definition
public IList<AIPromptCommandBase> Commands { get; set; }

Property Value

IList<AIPromptCommandBase>

ExpanderStyle

Gets or sets the style that is to be applied to the RadExpander representing the command group.

Declaration

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

Property Value

Style