Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardButton

    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.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class CardButton : BindableObject, ICardButton

    Constructors

    CardButton()

    Declaration
    public CardButton()

    Fields

    TitleProperty

    Identifies the Title Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty TitleProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ValueProperty

    Identifies the Value Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty ValueProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    Title

    Gets or sets the title of the button.

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

    Value

    Gets or sets the value when tapping the button.

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

    Implements

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