Class
HeatMapColumnHeaderCellPaintedEventArgs

Event arguments used in the HeaderCellPainted event, which is fired after the paint of the column headers.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class HeatMapColumnHeaderCellPaintedEventArgs : HeatMapHeaderCellPaintedEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgsHeatMapColumnHeaderCellPaintedEventArgs

Inherited Members HeatMapHeaderCellPaintedEventArgs.GraphicsHeatMapHeaderCellPaintedEventArgs.BoundsHeatMapCellIndexEventArgs.IndexHeatMapCellIndexEventArgs.RowIndexHeatMapCellIndexEventArgs.ColumnIndexEventArgs.Empty

Constructors

HeatMapColumnHeaderCellPaintedEventArgs(CellIndex, Graphics, RectangleF)

Event arguments used in the HeaderCellPainted event, which is fired after the paint of a column header.

Declaration

cs-api-definition
public HeatMapColumnHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)

Parameters

cellIndex

CellIndex

The index of the column cell.

graphics

Graphics

The graphics object.

bounds

RectangleF

The paint bounds.