New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the HeatMapItemEventArgs class.

C#
public HeatMapItemEventArgs(HeatMapDataItem item)
Parameters:itemHeatMapDataItem

The data item.

Properties

C#
public HeatMapDefinition Definition { get; }

Gets the data item.

C#
public virtual HeatMapDataItem Item { get; }