Class CardMessage
Represents a class which contains the functionalities for the card message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class CardMessage : TextMessage, ICardMessage, ITextMessage, IMessage
Constructors
CardMessage()
Initializes a new instance of the CardMessage class.
Declaration
public CardMessage()
Fields
CardsProperty
Identifies the Cards Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty CardsProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Cards
Gets or sets the collection of cards in a CardMessage.
Declaration
public IList<Card> Cards { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<Card> |