menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CellMapping

    Inheritance
    System.Object
    ItemsMapping
    TableMapping
    CellMapping
    Inherited Members
    TableMapping.ColumnMapping
    TableMapping.HeaderMapping
    ItemsMapping.Element
    ItemsMapping.ColumnStyle
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved