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