Class AIPromptCommandItemView
A view that presents a AIPromptCommand.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandItemView : AIPromptCommandItemViewBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptCommandItemView()
Initializes a new instance of the class.
Declaration
public AIPromptCommandItemView()
Fields
ActualLabelStyleProperty
Identifies the ActualLabelStyle property.
Declaration
public static readonly BindableProperty ActualLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelStyleProperty
Identifies the LabelStyle property.
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualLabelStyle
Gets or sets the actual style that will be applied to the label. This is a merger of the custom LabelStyle and the default style.
Declaration
public Style ActualLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
Command
Gets or sets the corresponding Command.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
CommandParameter
Gets or sets a command parameter.
Declaration
public object CommandParameter { get; set; }
Property Value
System.Object
|
LabelStyle
Gets or sets the style that is to be applied to the Microsoft.Maui.Controls.Label representing the command.
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|