Class Comment
Implements
Inherited Members
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 |