Class
GridViewCellPaintEventArgs

Provides data for the CellPaint event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCellPaintEventArgs : EventArgs

Inheritance: objectEventArgsGridViewCellPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewCellPaintEventArgs(GridCellElement, Graphics)

Initializes a new instance of the GridViewCellPaintEventArgs class.

Declaration

cs-api-definition
public GridViewCellPaintEventArgs(GridCellElement cell, Graphics graphics)

Parameters

cell

GridCellElement

The cell element to be painted

graphics

Graphics

The Graphics object used to paint the cell

Fields

Cell

Gets the Cell Element to be painted

Declaration

cs-api-definition
public readonly GridCellElement Cell

Field Value

GridCellElement

Graphics

Gets the Graphics object used to draw

Declaration

cs-api-definition
public readonly Graphics Graphics

Field Value

Graphics