ClassHeatMapItemEventArgs
Class
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
Constructors
HeatMapItemEventArgs(HeatMapDataItem)
Initializes a new instance of the HeatMapItemEventArgs class.
Declaration
cs-api-definition
public HeatMapItemEventArgs(HeatMapDataItem item)
Parameters
item
The data item.
Properties
Definition
Gets the HeatMapDefinition.
Declaration
cs-api-definition
public HeatMapDefinition Definition { get; }
Property Value
Item
Gets the data item.
Declaration
cs-api-definition
public virtual HeatMapDataItem Item { get; }
Property Value