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