New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.AIPrompt

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
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

Initializes a new instance of the class.

C#
public AIPromptCommandGroupView()

Fields

CommandsProperty

BindableProperty

Identifies the Commands property.

C#
public static readonly BindableProperty CommandsProperty

ExpanderStyleProperty

BindableProperty

Identifies the ExpanderStyle property.

C#
public static readonly BindableProperty ExpanderStyleProperty

Properties

Gets or sets the AIPrompt commands of this group.

C#
public IList<AIPromptCommandBase> Commands { get; set; }

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

C#
public Style ExpanderStyle { get; set; }