Class HeatMapDataItem
Inheritance
System.Object
HeatMapDataItem
Inherited Members
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: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class HeatMapDataItem : IDataItem, INotifyPropertyChanged, IDisposable
Constructors
HeatMapDataItem()
Declaration
public HeatMapDataItem()
Properties
DataBoundItem
Declaration
public object DataBoundItem { get; set; }
Property Value
System.Object
|
Implements
FieldCount
Declaration
public int FieldCount { get; }
Property Value
System.Int32
|
Implements
IsDataBound
Declaration
protected bool IsDataBound { get; }
Property Value
System.Boolean
|
Item[Int32]
Declaration
public object this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
System.Object
|
Implements
Item[String]
Declaration
public object this[string name] { get; set; }
Parameters
System.String
name
|
Property Value
System.Object
|
Implements
Owner
Tag
Gets or sets the tag.
Declaration
public object Tag { get; set; }
Property Value
System.Object
|
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
System.IDisposable.Dispose()
GetValue(String)
Declaration
protected object GetValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Object
|
IndexOf(String)
Declaration
public int IndexOf(string name)
Parameters
System.String
name
|
Returns
System.Int32
|
Implements
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.ComponentModel.PropertyChangedEventArgs
args
|
OnNotifyPropertyChanged(String)
Declaration
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
SetDataBoundItem(Boolean, Object)
Declaration
protected virtual void SetDataBoundItem(bool dataBinding, object value)
Parameters
System.Boolean
dataBinding
|
System.Object
value
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|