HeatMapItemEventArgs
Class
Event arguments used in the ItemDataBound event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class HeatMapItemEventArgs : EventArgs
Inheritance: objectEventArgsHeatMapItemEventArgs
Inherited Members
Constructors
Initializes a new instance of the HeatMapItemEventArgs class.
Properties
Gets the HeatMapDefinition.
C#
public HeatMapDefinition Definition { get; }
Gets the data item.
C#
public virtual HeatMapDataItem Item { get; }