menu

MAUI

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

    Show / Hide Table of Contents

    Class CardButton

    Represents a class which contains the functionalities card message action button.

    Inheritance
    System.Object
    CardButton
    Implements
    ICardButton
    Namespace: Syncfusion.Maui.Chat
    Assembly: Syncfusion.Maui.Chat.dll
    Syntax
    public class CardButton : BindableObject, ICardButton

    Constructors

    CardButton()

    Declaration
    public CardButton()

    Fields

    TitleProperty

    Identifies the Title Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty TitleProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    ValueProperty

    Identifies the Value Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty ValueProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    Title

    Gets or sets the title of the button.

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

    Value

    Gets or sets the value when tapping the button.

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

    Implements

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