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
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)
The index of the column cell.
graphicsGraphicsThe graphics object.
boundsRectangleFThe paint bounds.