ClassHeatMapDataItem
Class
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class HeatMapDataItem : IDataItem, INotifyPropertyChanged, IDisposable
Inheritance: objectHeatMapDataItem
Derived Classes:
Implements:
Constructors
HeatMapDataItem()
Declaration
cs-api-definition
public HeatMapDataItem()
Properties
DataBoundItem
Declaration
cs-api-definition
[Browsable(false)]
public object DataBoundItem { get; set; }
Property Value
Implements
Owner
Declaration
cs-api-definition
[Browsable(false)]
public HeatMapDefinition Owner { get; }
Property Value
Tag
Gets or sets the tag.
Declaration
cs-api-definition
[Bindable(true)]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public virtual void Dispose()
Implements
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters
args
OnNotifyPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements