menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICardMessage - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICardMessage

    Defines properties that can be used to display a card message in SfChat.

    Inherited Members
    IMessage.Author
    IMessage.Data
    IMessage.DateTime
    IMessage.DeliveryState
    IMessage.HideAfterSelection
    IMessage.IsMessageContentHiddenAfterSelection
    IMessage.IsSuggestionViewHiddenAfterSelection
    IMessage.Suggestions
    ITextMessage.Text
    Namespace: Syncfusion.Maui.Chat
    Assembly: Syncfusion.Maui.Chat.dll
    Syntax
    public interface ICardMessage : ITextMessage, IMessage

    Properties

    Cards

    Gets or sets the collection of cards in a CardMessage.

    Declaration
    IList<Card> Cards { get; set; }
    Property Value
    Type
    System.Collections.Generic.IList<Card>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved