Class
CardView

Represents a base class for the views which display cards in the chat.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CardView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewCardView

Derived Classes: BasicCardView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

CardView()

Initializes a new instance of the CardView class.

Declaration

cs-api-definition
public CardView()

Fields

ActionsProperty

Identifies the Actions property.

Declaration

cs-api-definition
public static readonly BindableProperty ActionsProperty

Field Value

BindableProperty

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

Properties

Actions

Gets or sets the collection of available card actions.

Declaration

cs-api-definition
public ICollection<CardActionContext> Actions { get; set; }

Property Value

ICollection<CardActionContext>

ControlTemplate

Gets or sets the control template of the card view.

Declaration

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate