ClassAIPromptCommandView
Class
A view that displays the commands of a RadAIPrompt.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class AIPromptCommandView : Control
Inheritance: objectAIPromptCommandView
Constructors
AIPromptCommandView()
Declaration
cs-api-definition
public AIPromptCommandView()
Fields
CommandsPanelBarItemContainerStyleSelectorProperty
Identifies the CommandsPanelBarItemContainerStyleSelector dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty CommandsPanelBarItemContainerStyleSelectorProperty
Field Value
DependencyProperty
Properties
CommandsPanelBarItemContainerStyleSelector
Gets or sets the StyleSelector applied to the of the RadPanelBar that displays the commands.
Declaration
cs-api-definition
public StyleSelector CommandsPanelBarItemContainerStyleSelector { get; set; }
Property Value
StyleSelector
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e