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

Represents a message model containing information about a message, its author, and creation date.

Definition

Constructors

C#
public MessageModel()

Properties

Gets or sets the author of the message.

C#
public Author Author { get; set; }

Gets or sets the date and time when the message was created.

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; }