Represents an action item displayed in the RadPromptInput more button dropdown.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class PromptInputButtonAction : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBasePromptInputButtonAction
Implements:
Inherited Members
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; }