alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CommentReplyBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    CommentReplyBuilder
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CommentReplyBuilder : ControlBuilder

    Constructors

    CommentReplyBuilder()

    Declaration
    public CommentReplyBuilder()

    CommentReplyBuilder(List<CommentReply>)

    Declaration
    public CommentReplyBuilder(List<CommentReply> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<CommentReply> collection

    Methods

    Add()

    Declaration
    public void Add()

    Author(String)

    Specifies the author of the reply. If not set, the reply will not display an author name.

    Declaration
    public CommentReplyBuilder Author(string author)
    Parameters
    Type Name Description
    System.String author
    Returns
    Type
    CommentReplyBuilder

    CreatedTime(String)

    Indicates the date and time when the reply was created. If not set, the reply will not show a timestamp.

    Declaration
    public CommentReplyBuilder CreatedTime(string createdTime)
    Parameters
    Type Name Description
    System.String createdTime
    Returns
    Type
    CommentReplyBuilder

    Text(String)

    Defines the text content of the reply.

    Declaration
    public CommentReplyBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type
    CommentReplyBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved