Class AIPromptCommandGroupView
A view that displays a group of AIPrompt commands in the RadAIPrompt.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandGroupView : AIPromptCommandItemViewBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptCommandGroupView()
Initializes a new instance of the class.
Declaration
public AIPromptCommandGroupView()
Fields
ActualExpanderStyleProperty
Identifies the ActualExpanderStyle property.
Declaration
public static readonly BindableProperty ActualExpanderStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CommandsProperty
Identifies the Commands property.
Declaration
public static readonly BindableProperty CommandsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ExpanderStyleProperty
Identifies the ExpanderStyle property.
Declaration
public static readonly BindableProperty ExpanderStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualExpanderStyle
Gets or sets the actual style that will be applied to the expander. This is a merger of the custom ExpanderStyle and the default style.
Declaration
public Style ActualExpanderStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
Commands
Gets or sets the AIPrompt commands of this group.
Declaration
public IList<AIPromptCommandBase> Commands { get; set; }
Property Value
System.Collections.Generic.IList<AIPromptCommandBase>
|
ExpanderStyle
Gets or sets the style that is to be applied to the RadExpander representing the command group.
Declaration
public Style ExpanderStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|