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

Provides data for the RowPaint event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewRowPaintEventArgs : EventArgs

Inheritance: objectEventArgsGridViewRowPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GridViewRowPaintEventArgs class.

C#
public GridViewRowPaintEventArgs(GridRowElement row, Graphics graphics)
Parameters:rowGridRowElement

The row element to be painted

graphicsGraphics

The Graphics object used to paint the cell

Fields

Gets the Graphics object used to draw

C#
public readonly Graphics Graphics

Gets the RowInfo Element to be painted

C#
public readonly GridRowElement Row