Class
HeatMapDataItem

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: CategoricalHeatMapItemHeatMapItem

Implements: IDataItemIDisposableINotifyPropertyChanged

Constructors

HeatMapDataItem()

Declaration

cs-api-definition
public HeatMapDataItem()

Properties

DataBoundItem

Declaration

cs-api-definition
[Browsable(false)]
public object DataBoundItem { get; set; }

Property Value

object

Implements IDataItem.DataBoundItem

FieldCount

Declaration

cs-api-definition
public int FieldCount { get; }

Property Value

int

Implements IDataItem.FieldCount

IsDataBound

Declaration

cs-api-definition
protected bool IsDataBound { get; }

Property Value

bool

Owner

Declaration

cs-api-definition
[Browsable(false)]
public HeatMapDefinition Owner { get; }

Property Value

HeatMapDefinition

Tag

Gets or sets the tag.

Declaration

cs-api-definition
[Bindable(true)]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }

Property Value

object

this[int]

Declaration

cs-api-definition
public object this[int index] { get; set; }

Parameters

index

int

Property Value

object

Implements IDataItem.this[int]

this[string]

Declaration

cs-api-definition
public object this[string name] { get; set; }

Parameters

name

string

Property Value

object

Implements IDataItem.this[string]

Methods

Dispose()

Declaration

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()

GetValue(string)

Declaration

cs-api-definition
protected object GetValue(string propertyName)

Parameters

propertyName

string

Returns

object

IndexOf(string)

Declaration

cs-api-definition
public int IndexOf(string name)

Parameters

name

string

Returns

int

Implements IDataItem.IndexOf(string)

OnNotifyPropertyChanged(PropertyChangedEventArgs)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)

Parameters

args

PropertyChangedEventArgs

OnNotifyPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)

Parameters

propertyName

string

SetDataBoundItem(bool, object)

Declaration

cs-api-definition
protected virtual void SetDataBoundItem(bool dataBinding, object value)

Parameters

dataBinding

bool

value

object

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged