Class GridViewCellPaintEventArgs
Provides data for the CellPaint event
Inheritance
System.Object
System.EventArgs
GridViewCellPaintEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCellPaintEventArgs : EventArgs
Constructors
GridViewCellPaintEventArgs(GridCellElement, Graphics)
Initializes a new instance of the GridViewCellPaintEventArgs class.
Declaration
public GridViewCellPaintEventArgs(GridCellElement cell, Graphics graphics)
Parameters
GridCellElement
cell
The cell element to be painted |
System.Drawing.Graphics
graphics
The Graphics object used to paint the cell |
Fields
Cell
Gets the Cell Element to be painted
Declaration
public readonly GridCellElement Cell
Field Value
GridCellElement
|
Graphics
Gets the Graphics object used to draw
Declaration
public readonly Graphics Graphics
Field Value
System.Drawing.Graphics
|