menu

MAUI

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

    Show / Hide Table of Contents

    Interface ICardButton

    Contains properties to define a CardButton in Card.

    Namespace: Syncfusion.Maui.Chat
    Assembly: Syncfusion.Maui.Chat.dll
    Syntax
    public interface ICardButton

    Properties

    Title

    Gets or sets the title of the button.

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

    Value

    Gets or sets the value when tapping the button.

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