ClassAIPromptOutputItemsControl
Class
Displays an AIPromptOutputItem for each AIPromptOutputItemModel object in the OutputItems collection.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class AIPromptOutputItemsControl : ItemsControl
Inheritance: objectAIPromptOutputItemsControl
Constructors
AIPromptOutputItemsControl()
Declaration
cs-api-definition
public AIPromptOutputItemsControl()
Methods
GetContainerForItemOverride()
Declaration
cs-api-definition
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
OnCreateAutomationPeer()
Returns an automation peer for this AIPromptOutputItemsControl.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
OnItemsChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e