Class
AIPromptOutputItemsControl

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

IsItemItsOwnContainerOverride(object)

Declaration

cs-api-definition
protected override bool IsItemItsOwnContainerOverride(object item)

Parameters

item

object

Returns

bool

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

EventArgs

OnItemsChanged(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs