menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellMapping - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellMapping

    Inheritance
    System.Object
    ItemsMapping
    CellMapping
    Inherited Members
    ItemsMapping.ItemsSource
    Namespace: Syncfusion.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatmap.UWP.dll
    Syntax
    public class CellMapping : ItemsMapping

    Constructors

    CellMapping()

    Declaration
    public CellMapping()

    Properties

    Column

    Declaration
    public ColumnMapping Column { get; set; }
    Property Value
    Type
    ColumnMapping

    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
    Type
    ColumnMapping

    Value

    Declaration
    public ColumnMapping Value { get; set; }
    Property Value
    Type
    ColumnMapping

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved