AITaskPaneContent
Class
Represents the content of the AI chat panel in the spreadsheet TaskPane. Hosts a RadChat control bound to a SpreadsheetAIModel.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class AITaskPaneContent : TaskPaneContent
Inheritance: objectControlBaseTaskPaneContentAITaskPaneContent
Inherited Members
Constructors
Initializes a new instance of the AITaskPaneContent class.
C#
public AITaskPaneContent()
Fields
TitleProperty
DependencyProperty
Identifies the Title dependency property.
C#
public static readonly DependencyProperty TitleProperty
Properties
Methods
Called when active sheet is changed.
C#
protected override void OnActiveSheetChanged()
Overrides:
C#
public override void OnApplyTemplate()
Called when workbook is changed.
C#
protected override void OnWorkbookChanged()
Overrides:
C#
public void ResetTheme()