Class AIPromptCommandView
A view that displays the commands of a Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandView : AIPromptView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
AIPromptCommandView()
Initializes a new instance of the class.
Declaration
public AIPromptCommandView()
Fields
ActualCommandGroupStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualCommandGroupStyleProperty
Field Value
Microsoft.
|
ActualCommandStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualCommandStyleProperty
Field Value
Microsoft.
|
CommandGroupStyleProperty
Identifies the Command
Declaration
public static readonly BindableProperty CommandGroupStyleProperty
Field Value
Microsoft.
|
CommandsProperty
Identifies the Commands property.
Declaration
public static readonly BindableProperty CommandsProperty
Field Value
Microsoft.
|
CommandStyleProperty
Identifies the Command
Declaration
public static readonly BindableProperty CommandStyleProperty
Field Value
Microsoft.
|
CommandTappedCommandProperty
Identifies the Command
Declaration
public static readonly BindableProperty CommandTappedCommandProperty
Field Value
Microsoft.
|
Properties
ActualCommandGroupStyle
Gets or sets the actual style that will be applied to the command group. This is a merger of the custom Command
Declaration
public Style ActualCommandGroupStyle { get; }
Property Value
Microsoft.
|
ActualCommandStyle
Gets or sets the actual style that will be applied to the command. This is a merger of the custom Command
Declaration
public Style ActualCommandStyle { get; }
Property Value
Microsoft.
|
CommandGroupStyle
Gets or sets the style that is to be applied to the AIPrompt
Declaration
public Style CommandGroupStyle { get; set; }
Property Value
Microsoft.
|
Commands
Gets or sets the AIPrompt commands.
Declaration
public IList<AIPromptCommandBase> Commands { get; set; }
Property Value
System.
|
CommandStyle
Gets or sets the style that is to be applied to the AIPrompt
Declaration
public Style CommandStyle { get; set; }
Property Value
Microsoft.
|
CommandTappedCommand
Gets or sets the command that is executed when an AIPrompt command is pressed.
Declaration
public ICommand CommandTappedCommand { get; set; }
Property Value
System.
|