Class
HeatMapCellIndexEventArgs

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: BaseHeatMapPaintingEventArgsHeatMapCellPaintedEventArgsHeatMapHeaderCellPaintedEventArgs

Inherited Members EventArgs.Empty

Constructors

HeatMapCellIndexEventArgs(CellIndex)

Initializes a new instance of the HeatMapCellIndexEventArgs class.

Declaration

cs-api-definition
public HeatMapCellIndexEventArgs(CellIndex index)

Parameters

index

CellIndex

The index of the cell.

Properties

ColumnIndex

Gets the cell column index. For row header cells the index is -1.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

Index

Gets the cell index. The header cell index is -1.

Declaration

cs-api-definition
public virtual CellIndex Index { get; }

Property Value

CellIndex

RowIndex

Gets the cell row index. For column header cells the index is -1.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int