Provides data for the CellPaint event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewCellPaintEventArgs : EventArgs
Inheritance: objectEventArgsGridViewCellPaintEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewCellPaintEventArgs class.
C#
public GridViewCellPaintEventArgs(GridCellElement cell, Graphics graphics)
The cell element to be painted
graphicsGraphicsThe Graphics object used to paint the cell
Fields
Gets the Cell Element to be painted
C#
public readonly GridCellElement Cell