Class CardButtonView
Represents a class which contains the information about an card action button.
Inheritance
System.Object
CardButtonView
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.dll
Syntax
public class CardButtonView : ContentView
Constructors
CardButtonView()
Initializes a new instance of the CardButtonView class.
Declaration
public CardButtonView()
Fields
TitleProperty
Identifies the Title Xamarin.Forms.BindableProperty.
Declaration
public static readonly BindableProperty TitleProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ValueProperty
Identifies the Value Xamarin.Forms.BindableProperty.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Type |
---|
Xamarin.Forms.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 |