menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICard - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICard

    Represents a class which defines the properties that can be used to customize a card item in the CardMessage.

    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public interface ICard

    Properties

    Buttons

    Gets or sets the list of buttons to be displayed at the bottom of the card.

    Declaration
    IList<CardButton> Buttons { get; set; }
    Property Value
    Type
    System.Collections.Generic.IList<CardButton>

    Description

    Gets or sets the description of the card.

    Declaration
    string Description { get; set; }
    Property Value
    Type
    System.String

    Image

    Gets or sets the image to be displayed in the card.

    Declaration
    ImageSource Image { get; set; }
    Property Value
    Type
    Xamarin.Forms.ImageSource

    Subtitle

    Gets or sets the subtitle of the card.

    Declaration
    string Subtitle { get; set; }
    Property Value
    Type
    System.String

    Title

    Gets or sets the title of the card.

    Declaration
    string Title { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved