New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public PromptInputButtonAction()

Properties

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

C#
public ICommand Command { get; set; }

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

C#
public object Icon { get; set; }

Gets or sets the display text of the action.

C#
public string Text { get; set; }