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