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

A command group that displays sub-commands in a RadContextMenu flyout inside the RadInlineAIAssistant commands dropdown.

Definition

Constructors

C#
public InlineAIAssistantCommandGroup()

Properties

Gets or sets the sub-commands shown in the context-menu flyout when this group is activated.

C#
public IList<InlineAIAssistantCommand> Commands { get; set; }