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

A view that displays the input area of a RadAIPrompt. Contains things like the input textbox, the button that makes a request to the AI model, and a list of pre-defined suggestions.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class AIPromptInputView : Control

Inheritance: objectAIPromptInputView

Constructors

C#
public AIPromptInputView()

Fields

FooterBackgroundProperty

DependencyProperty

Identifies the FooterBackground property.

C#
public static readonly DependencyProperty FooterBackgroundProperty

FooterMinHeightProperty

DependencyProperty

Identifies the FooterMinHeight property.

C#
public static readonly DependencyProperty FooterMinHeightProperty

Properties

Gets or sets Background of the footer area.

C#
public Brush FooterBackground { get; set; }

Gets or sets MinHeight of the footer area.

C#
public double FooterMinHeight { get; set; }

Methods

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

AutomationPeer

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