Class
ChatTimeSeparatorMessage

Represents a chat message used to visually separate messages by time within a chat conversation.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ChatTimeSeparatorMessage : ChatMessage, INotifyPropertyChanged

Inheritance: objectChatMessageChatTimeSeparatorMessage

Implements: INotifyPropertyChanged

Inherited Members ChatMessage.OnPropertyChanged(string)ChatMessage.AuthorChatMessage.TimeStampChatMessage.UserDataChatMessage.PropertyChanged

Constructors

ChatTimeSeparatorMessage(DateTime)

Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp.

Declaration

cs-api-definition
public ChatTimeSeparatorMessage(DateTime timeStamp)

Parameters

timeStamp

DateTime

The date and time to associate with the time separator message.

ChatTimeSeparatorMessage(DateTime, object)

Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp and optional user data.

Declaration

cs-api-definition
public ChatTimeSeparatorMessage(DateTime timeStamp, object userData)

Parameters

timeStamp

DateTime

The date and time associated with the time separator message.

userData

object

An optional user-defined object that contains additional data related to the message. Can be null.