ClassChatTimeSeparatorMessage
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:
public class ChatTimeSeparatorMessage : ChatMessage, INotifyPropertyChanged
Inheritance: objectChatMessageChatTimeSeparatorMessage
Implements:
Inherited Members
Constructors
ChatTimeSeparatorMessage(DateTime)
Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp.
Declaration
public ChatTimeSeparatorMessage(DateTime timeStamp)
Parameters
timeStamp
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
public ChatTimeSeparatorMessage(DateTime timeStamp, object userData)
Parameters
timeStamp
The date and time associated with the time separator message.
userData
An optional user-defined object that contains additional data related to the message. Can be null.