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

Represents a leaf command in the RadInlineAIAssistant commands dropdown. When selected, Command is executed and a PromptRequest is raised using Text as the prompt.

Definition

Constructors

C#
public InlineAIAssistantCommand()

Properties

Gets or sets the command executed when this item is selected from the dropdown.

C#
public ICommand Command { get; set; }