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:
Inherited Members
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; }
ExpanderStyle
Style
Gets or sets the style that is to be applied to the RadExpander representing the command group.
C#
public Style ExpanderStyle { get; set; }