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, ICrossPlatformLayout
Constructors
CardView()
Fields
ActionsProperty
Identifies the Actions property.
Declaration
public static readonly BindableProperty ActionsProperty
Field Value
Microsoft.
|
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
Properties
Actions
Gets or sets the collection of available card actions.
Declaration
public ICollection<CardActionContext> Actions { get; set; }
Property Value
System.
|
ControlTemplate
Gets or sets the control template of the card view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|