Class
PromptInputButtonAction

Represents an action item displayed in the RadPromptInput more button dropdown.

Definition

Constructors

PromptInputButtonAction()

Declaration

cs-api-definition
public PromptInputButtonAction()

Properties

Command

Gets or sets the command executed when the action is invoked.

Declaration

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

Property Value

ICommand

Icon

Gets or sets the icon for the action, typically a glyph string.

Declaration

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

Property Value

object

Text

Gets or sets the display text of the action.

Declaration

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

Property Value

string