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