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

Represents the content of the AI chat panel in the spreadsheet TaskPane. Hosts a RadChat control bound to a SpreadsheetAIModel.

Definition

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

Gets or sets the title displayed in the AI task pane content.

C#
public string Title { get; set; }

Methods

Called when active sheet is changed.

C#
protected override void OnActiveSheetChanged()

Overrides: TaskPaneContent.OnActiveSheetChanged()

C#
public override void OnApplyTemplate()

Called when workbook is changed.

C#
protected override void OnWorkbookChanged()

Overrides: TaskPaneContent.OnWorkbookChanged()

C#
public void ResetTheme()