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

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:

C#
public class HeatMapColumnHeaderCellPaintedEventArgs : HeatMapHeaderCellPaintedEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgsHeatMapColumnHeaderCellPaintedEventArgs

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

Constructors

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

C#
public HeatMapColumnHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters:cellIndexCellIndex

The index of the column cell.

graphicsGraphics

The graphics object.

boundsRectangleF

The paint bounds.