Class
HeatMapItemEventArgs

Event arguments used in the ItemDataBound event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class HeatMapItemEventArgs : EventArgs

Inheritance: objectEventArgsHeatMapItemEventArgs

Inherited Members EventArgs.Empty

Constructors

HeatMapItemEventArgs(HeatMapDataItem)

Initializes a new instance of the HeatMapItemEventArgs class.

Declaration

cs-api-definition
public HeatMapItemEventArgs(HeatMapDataItem item)

Parameters

item

HeatMapDataItem

The data item.

Properties

Definition

Declaration

cs-api-definition
public HeatMapDefinition Definition { get; }

Property Value

HeatMapDefinition

Item

Gets the data item.

Declaration

cs-api-definition
public virtual HeatMapDataItem Item { get; }

Property Value

HeatMapDataItem