ClassHeatMapCellIndexEventArgs
Class
Event arguments used in the HeatMapDefinition.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapCellIndexEventArgs : EventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgs
Derived Classes:
Inherited Members
Constructors
HeatMapCellIndexEventArgs(CellIndex)
Initializes a new instance of the HeatMapCellIndexEventArgs class.
Declaration
cs-api-definition
public HeatMapCellIndexEventArgs(CellIndex index)
Parameters
index
The index of the cell.
Properties
ColumnIndex
Gets the cell column index. For row header cells the index is -1.
Index
Gets the cell index. The header cell index is -1.