ClassGridViewCellPaintEventArgs
Class
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
Constructors
GridViewCellPaintEventArgs(GridCellElement, Graphics)
Initializes a new instance of the GridViewCellPaintEventArgs class.
Declaration
cs-api-definition
public GridViewCellPaintEventArgs(GridCellElement cell, Graphics graphics)
Parameters
cell
The cell element to be painted
graphics
The Graphics object used to paint the cell
Fields
Cell
Gets the Cell Element to be painted