Interface ICardButton
Contains properties to define a CardButton in Card.
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.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 |