WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellMapping - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellMapping

    Inheritance
    System.Object
    ItemsMapping
    CellMapping
    Inherited Members
    ItemsMapping.ItemsSource
    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.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatMap.Wpf.dll
    Syntax
    public class CellMapping : ItemsMapping

    Constructors

    CellMapping()

    Declaration
    public CellMapping()

    Properties

    Column

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

    ColumnSorting

    Declaration
    public Func<object, object> ColumnSorting { get; set; }
    Property Value
    Type Description
    System.Func<System.Object, System.Object>

    Row

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

    Value

    Declaration
    public ColumnMapping Value { get; set; }
    Property Value
    Type Description
    ColumnMapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved