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