ClassMessageModel
Class
Represents a message model containing information about a message, its author, and creation date.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
cs-api-definition
public class MessageModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseMessageModel
Implements:
Inherited Members
Constructors
MessageModel()
Declaration
cs-api-definition
public MessageModel()
Properties
Author
Gets or sets the author of the message.
CreationDate
Gets or sets the date and time when the message was created.
Text
Gets or sets the text content of the message.