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

A view that displays the commands of a RadAIPrompt.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class AIPromptCommandView : Control

Inheritance: objectAIPromptCommandView

Constructors

C#
public AIPromptCommandView()

Fields

Identifies the CommandsPanelBarItemContainerStyleSelector dependency property.

C#
public static readonly DependencyProperty CommandsPanelBarItemContainerStyleSelectorProperty

Properties

Gets or sets the StyleSelector applied to the of the RadPanelBar that displays the commands.

C#
public StyleSelector CommandsPanelBarItemContainerStyleSelector { get; set; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs