menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardMessage - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CardMessage

    Represents a class which contains the functionalities for the card message in SfChat.

    Inheritance
    System.Object
    MessageBase
    TextMessage
    CardMessage
    Implements
    ICardMessage
    ITextMessage
    IMessage
    Inherited Members
    MessageBase.Author
    MessageBase.AuthorProperty
    MessageBase.Data
    MessageBase.DataProperty
    MessageBase.DateTime
    MessageBase.DateTimeProperty
    MessageBase.DeliveryState
    MessageBase.DeliveryStateProperty
    MessageBase.HideAfterSelection
    MessageBase.HideAfterSelectionProperty
    MessageBase.IsMessageContentHiddenAfterSelection
    MessageBase.IsSuggestionViewHiddenAfterSelection
    MessageBase.Suggestions
    MessageBase.SuggestionsProperty
    TextMessage.Text
    TextMessage.TextProperty
    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>

    Implements

    ICardMessage
    ITextMessage
    IMessage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved