Class
ChatButtonAction

Represents an action for a button in the chat input area, providing bindable properties for text, image, command, and command parameter.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatButtonAction : Element

Inheritance: objectChatButtonAction

Constructors

ChatButtonAction()

Initializes a new instance of the class.

Declaration

cs-api-definition
public ChatButtonAction()

Fields

CommandParameterProperty

Identifies the CommandParameter bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty CommandParameterProperty

Field Value

BindableProperty

CommandProperty

Identifies the Command bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty CommandProperty

Field Value

BindableProperty

ImageSourceProperty

Identifies the ImageSource bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageSourceProperty

Field Value

BindableProperty

TextProperty

Identifies the Text bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Command

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

CommandParameter

Declaration

cs-api-definition
public object CommandParameter { get; set; }

Property Value

object

ImageSource

Declaration

cs-api-definition
public ImageSource ImageSource { get; set; }

Property Value

ImageSource

Text

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string