Class
GridViewRowPaintEventArgs

Provides data for the RowPaint event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewRowPaintEventArgs : EventArgs

Inheritance: objectEventArgsGridViewRowPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewRowPaintEventArgs(GridRowElement, Graphics)

Initializes a new instance of the GridViewRowPaintEventArgs class.

Declaration

cs-api-definition
public GridViewRowPaintEventArgs(GridRowElement row, Graphics graphics)

Parameters

row

GridRowElement

The row element to be painted

graphics

Graphics

The Graphics object used to paint the cell

Fields

Graphics

Gets the Graphics object used to draw

Declaration

cs-api-definition
public readonly Graphics Graphics

Field Value

Graphics

Row

Gets the RowInfo Element to be painted

Declaration

cs-api-definition
public readonly GridRowElement Row

Field Value

GridRowElement