menu

WPF

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

    Show / Hide Table of Contents

    Class CellInfo

    Inheritance
    System.Object
    CellInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatMap.WPF.dll
    Syntax
    public class CellInfo : INotifyPropertyChanged

    Constructors

    CellInfo()

    Declaration
    public CellInfo()

    Properties

    ColumnHeader

    Declaration
    public CellInfo ColumnHeader { get; set; }
    Property Value
    Type
    CellInfo

    RowHeader

    Declaration
    public CellInfo RowHeader { get; set; }
    Property Value
    Type
    CellInfo

    Source

    Declaration
    public object Source { get; set; }
    Property Value
    Type
    System.Object

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type
    System.Object

    Methods

    OnPropertyChanged(String)

    Declaration
    protected virtual void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved