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 row and column headers.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public abstract class HeatMapHeaderCellPaintedEventArgs : HeatMapCellIndexEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgs

Derived Classes: HeatMapColumnHeaderCellPaintedEventArgsHeatMapRowHeaderCellPaintedEventArgs

Inherited Members HeatMapCellIndexEventArgs.IndexHeatMapCellIndexEventArgs.RowIndexHeatMapCellIndexEventArgs.ColumnIndexEventArgs.Empty

Constructors

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

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

The index of the row/column cell.

graphicsGraphics

The graphics object.

boundsRectangleF

The paint bounds.

Properties

Gets the painting bounds of the row/column header.

C#
public RectangleF Bounds { get; }

Gets the Graphics object.

C#
public Graphics Graphics { get; }