AIPromptInputView
Class
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
FooterBackground
Brush
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()
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer