Class
TextMessageDataItem

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TextMessageDataItem : BaseChatDataItem, IDataItem, INotifyPropertyChanged

Inheritance: objectBaseChatDataItemTextMessageDataItem

Derived Classes: AIChatMessageDataItem

Implements: IDataItemINotifyPropertyChanged

Inherited Members BaseChatDataItem.OnPropertyChanged(string)BaseChatDataItem.MessageBaseChatDataItem.ChatMessagesViewElementBaseChatDataItem.ActualSizeBaseChatDataItem.MessageTypeBaseChatDataItem.StatusBaseChatDataItem.TagBaseChatDataItem.IsOwnMessageBaseChatDataItem.PropertyChanged

Constructors

TextMessageDataItem(ChatTextMessage)

Declaration

cs-api-definition
public TextMessageDataItem(ChatTextMessage message)

Parameters

message

ChatTextMessage

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.

Declaration

cs-api-definition
public bool HasAttachments { get; }

Property Value

bool

IsReply

Gets a value indicating whether this message is a reply to one or more messages.

Declaration

cs-api-definition
public bool IsReply { get; }

Property Value

bool

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

ChatTextMessage