ClassAIPromptCommandGroupView
Class
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:
Inherited Members
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
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