Class CellMapping
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.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CellMapping : TableMapping
Constructors
CellMapping()
Declaration
public CellMapping()
Properties
Column
Declaration
[JsonProperty("column")]
public PropertyMapping Column { get; set; }
Property Value
Type | Description |
---|---|
PropertyMapping |
Row
Declaration
[JsonProperty("row")]
public PropertyMapping Row { get; set; }
Property Value
Type | Description |
---|---|
PropertyMapping |
Value
Declaration
[JsonProperty("value")]
public PropertyMapping Value { get; set; }
Property Value
Type | Description |
---|---|
PropertyMapping |