Class Cells
A class that holds cell menu items.
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 Cells : EJTagHelper
Constructors
Cells()
Declaration
public Cells()
Properties
Id
Gets or sets the id value of a cell menu item.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | Stores id value of a cell menu item. |
ParentId
Gets or sets the id value of a parent cell's menu item.
Declaration
[JsonProperty("parentId")]
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Stores the id value of a parent cell's menu item. |
Text
Gets or sets the text value of a cell menu item.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Stores text value of a cell menu item. |