Class CardView
Represents a base class for the views which display cards in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CardView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
CardView()
Fields
ActionsProperty
Identifies the Actions property.
Declaration
public static readonly BindableProperty ActionsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Actions
Gets or sets the collection of available card actions.
Declaration
public ICollection<CardActionContext> Actions { get; set; }
Property Value
System.Collections.Generic.ICollection<CardActionContext>
|
ControlTemplate
Gets or sets the control template of the card view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|