ClassChatAttachedFile
Class
Represents an attached file in the ChatInputArea.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatAttachedFile : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseChatAttachedFile
Implements:
Inherited Members
Constructors
ChatAttachedFile()
Initializes a new instance of the class.
Declaration
cs-api-definition
public ChatAttachedFile()
ChatAttachedFile(IFileInfo)
Initializes a new instance of the class with a IFileInfo.
Properties
Data
Gets or sets some custom information about the particular item. The RadChat does not use this property anywhere, use this to carry a payload of information for your convenience.
FileName
Gets or sets the short file name of the attachment that will be displayed in the message.
FileSize
Gets or sets the size of the attachment in bytes.
GetFileStream
Gets or sets the func that provides a stream of the attachment.