ClassPromptInputButtonAction
Class
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:
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
ImageSource
Declaration
cs-api-definition
public ImageSource ImageSource { get; set; }
Property Value
ImageSource