Class CommentReply
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
CommentReply
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class CommentReply : EJTagHelper
Constructors
CommentReply()
Declaration
public CommentReply()
Properties
Author
Specifies the author of the reply. If not set, the reply will not display an author name.
Declaration
public string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |
CreatedTime
Indicates the date and time when the reply was created. If not set, the reply will not show a timestamp.
Declaration
public string CreatedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Text
Defines the text content of the reply.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |