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