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

A view that displays the output area of a RadAIPrompt. Contains things like the output items, which are the responses from the AI model.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class AIPromptOutputView : Control

Inheritance: objectAIPromptOutputView

Constructors

C#
public AIPromptOutputView()

Methods

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

AutomationPeer

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