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

Represents a chat message in the spreadsheet AI panel.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadSpreadsheet.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; }