Class
PromptInputButtonAction

Represents an action for a button in RadPromptInput, providing bindable properties for text, image, command, and command parameter.

Definition

Namespace:Telerik.Maui.Controls.PromptInput

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PromptInputButtonAction : Element

Inheritance: objectPromptInputButtonAction

Derived Classes: ChatButtonAction

Constructors

PromptInputButtonAction()

Initializes a new instance of the class.

Declaration

cs-api-definition
public PromptInputButtonAction()

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