ClassTextMessageDataItem
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TextMessageDataItem : BaseChatDataItem, IDataItem, INotifyPropertyChanged
Inheritance: objectBaseChatDataItemTextMessageDataItem
Derived Classes:
Implements:
Inherited Members
Constructors
TextMessageDataItem(ChatTextMessage)
Declaration
cs-api-definition
public TextMessageDataItem(ChatTextMessage message)
Parameters
message
Properties
Attachments
Gets the file attachments associated with this message.
Declaration
cs-api-definition
public IList<PromptInputAttachedFile> Attachments { get; }
Property Value
IList<PromptInputAttachedFile>
HasAttachments
Gets a value indicating whether this message has any attachments.
IsReply
Gets a value indicating whether this message is a reply to one or more messages.
ReplyToMessages
Gets the messages that this message is replying to.
Declaration
cs-api-definition
public IList<ChatMessage> ReplyToMessages { get; }
Property Value
IList<ChatMessage>
TextMessage
Declaration
cs-api-definition
public ChatTextMessage TextMessage { get; }
Property Value