A command group that displays sub-commands in a RadContextMenu flyout inside the
RadInlineAIAssistant commands dropdown.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class InlineAIAssistantCommandGroup : InlineAIAssistantCommandBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseInlineAIAssistantCommandBaseInlineAIAssistantCommandGroup
Implements:
Inherited Members
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; }