Class AIPromptCommand
A command that is used within the Rad
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class AIPromptCommand : AIPromptCommandBase, INotifyPropertyChanged, IDisposable
Constructors
AIPromptCommand()
Declaration
public AIPromptCommand()
Properties
Command
Gets or sets the command that is executed when the AIPrompt command is clicked.
Declaration
public ICommand Command { get; set; }
Property Value
System.
|