Class CardActionView
A view that represents some action that can be done in a RadChat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CardActionView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
CardActionView()
Fields
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Command
Gets or sets the command executed when the card action is selected.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
ControlTemplate
Gets or sets the control template of the card action.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
Text
Gets or sets the text displayed by the card action.
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Gets or sets the text color of the card action.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|