menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Comment

    Inheritance
    System.Object
    EJTagHelper
    Comment
    Implements
    IJsonSerializable
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Comment : EJTagHelper, IJsonSerializable

    Constructors

    Comment()

    Declaration
    public Comment()

    Properties

    IsVisible

    Gets or sets a value indicating whether this instance is visible or not.

    Declaration
    [JsonProperty("isVisible")]
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the comment is visible; otherwise, false.

    Value

    Gets or sets the vlaue for comments.

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Implements

    IJsonSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved