Class CellMapping
Inheritance
System.Object
CellMapping
Assembly: Syncfusion.SfHeatmap.UWP.dll
Syntax
public class CellMapping : ItemsMapping
Constructors
CellMapping()
Declaration
Properties
Column
Declaration
public ColumnMapping Column { get; set; }
Property Value
ColumnSorting
Declaration
public Func<object, object> ColumnSorting { get; set; }
Property Value
Type |
System.Func<System.Object, System.Object> |
Row
Declaration
public ColumnMapping Row { get; set; }
Property Value
Value
Declaration
public ColumnMapping Value { get; set; }
Property Value
Extension Methods