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

Event arguments used in the HeaderCellPainting event, which is fired before the painting of the row and column headers.

Definition

Constructors

Event arguments used in the HeaderCellPainting event, which is fired before the painting of the row and column headers.

C#
public HeatMapHeaderCellPaintingEventArgs(CellIndex cellIndex, object headerValue, Graphics graphics, RectangleF bounds, Color backColor, Color foreColor, Color borderColor, int borderWidth, Font font, string text, ContentAlignment textAlignment, StringFormatFlags formatFlags, StringTrimming trimming)
Parameters:cellIndexCellIndex

The index of the row/column.

headerValueobject

The value of the row/column.

graphicsGraphics

The graphics object.

boundsRectangleF

The row/column bounds.

backColorColor

The row/column background color.

foreColorColor

The row/column foreground color.

borderColorColor

The row/column border color.

borderWidthint

The row/column border width.

fontFont

The row/column font.

textstring

The row/column text.

textAlignmentContentAlignment

The text alignment.

formatFlagsStringFormatFlags

The format flags.

trimmingStringTrimming

The string trimming.

Properties

Gets the value of the row/column.

C#
public virtual object HeaderValue { get; }