Class
AIPromptInputView

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:

cs-api-definition
public class AIPromptInputView : Control

Inheritance: objectAIPromptInputView

Constructors

AIPromptInputView()

Declaration

cs-api-definition
public AIPromptInputView()

Fields

FooterBackgroundProperty

Identifies the FooterBackground property.

Declaration

cs-api-definition
public static readonly DependencyProperty FooterBackgroundProperty

Field Value

DependencyProperty

FooterMinHeightProperty

Identifies the FooterMinHeight property.

Declaration

cs-api-definition
public static readonly DependencyProperty FooterMinHeightProperty

Field Value

DependencyProperty

Properties

FooterBackground

Gets or sets Background of the footer area.

Declaration

cs-api-definition
public Brush FooterBackground { get; set; }

Property Value

Brush

FooterMinHeight

Gets or sets MinHeight of the footer area.

Declaration

cs-api-definition
public double FooterMinHeight { get; set; }

Property Value

double

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

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