Class RadAIPromptItem
Represents an AIPrompt item, the default item of the Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class RadAIPromptItem : HeaderedContentControl
Remarks
Use this class for implementing customized items/views on top of the built-in Rad
Constructors
RadAIPromptItem()
Fields
IconProperty
Identifies the Icon dependency property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.
|
IconTemplateProperty
Identifies the Icon
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
System.
|
IsActiveProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
System.
|
Properties
Icon
Gets or sets the icon shown in the header for this item.
Declaration
public object Icon { get; set; }
Property Value
System.
|
Remarks
By default a System.
IconTemplate
Gets or sets DataTemplate applied to the icon ContentPresenter in the RadAIPromptItem ControlTemplate. The default Icon
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
System.
|
IsActive
Gets a boolean value indicating whether the item is currently active.
Declaration
public bool IsActive { get; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.
|