WPF

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

    Show / Hide Table of Contents

    Class TableMapping

    Inheritance
    System.Object
    ItemsMapping
    TableMapping
    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 TableMapping : ItemsMapping

    Constructors

    TableMapping()

    Declaration
    public TableMapping()

    Properties

    ColumnMapping

    Declaration
    public List<ColumnMapping> ColumnMapping { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ColumnMapping>

    HeaderMapping

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