ClassAIPromptCommandItemView
Class
A view that presents a AIPromptCommand.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class AIPromptCommandItemView : AIPromptCommandItemViewBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptCommandItemViewBaseAIPromptCommandItemView
Implements:
Inherited Members
Constructors
AIPromptCommandItemView()
Initializes a new instance of the class.
Declaration
cs-api-definition
public AIPromptCommandItemView()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
cs-api-definition
public static readonly BindableProperty CommandParameterProperty
Field Value
BindableProperty
CommandProperty
Identifies the Command property.
Declaration
cs-api-definition
public static readonly BindableProperty CommandProperty
Field Value
BindableProperty
LabelStyleProperty
Identifies the LabelStyle property.
Declaration
cs-api-definition
public static readonly BindableProperty LabelStyleProperty
Field Value
BindableProperty
Properties
CommandParameter
Gets or sets a command parameter.
LabelStyle
Gets or sets the style that is to be applied to the representing the command.
Declaration
cs-api-definition
public Style LabelStyle { get; set; }
Property Value
Style