Class MessageStatusModel
Represents a status of the message in the SfChatUI component.
Inheritance
Namespace: Syncfusion.Blazor.InteractiveChat
Assembly: Syncfusion.Blazor.dll
Syntax
public class MessageStatusModel : Object
Remarks
This class is used to define message statuses that are displayed in the SfChatUI component.
Constructors
MessageStatusModel()
Declaration
public MessageStatusModel()
Properties
IconCss
Specifies the icon CSS class for the message status shown in messages.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the CSS class applied to the icons in the sent message.
The default value is |
Remarks
This property allows for customization of the status icon's appearance in the SfChatUI component.
Text
Specifies the text associated with the message status.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the textual representation of the message status, such as "Sent", "Received", or "Read".
The default value is |
Remarks
This property provides users with clear status updates about the message in the SfChatUI component.
Tooltip
Specifies the tooltip text for the message status icon.
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the tooltip text for the message status icon.
The default value is |
Remarks
This property provides additional information about the message status when the user hovers over the status icon, enhancing the user experience with context in the SfChatUI component.