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

Represents a chat message in the spreadsheet AI panel.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.AI

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class MessageModel

Inheritance: objectMessageModel

Constructors

C#
public MessageModel()

Properties

Gets or sets the author of the message.

C#
public Author Author { get; set; }

Gets or sets the creation date of the message.

C#
public DateTime CreationDate { get; set; }

Gets or sets the text content of the message.

C#
public string Text { get; set; }

Gets or sets the title of the message.

C#
public string Title { get; set; }