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