ClassGridViewRowPaintEventArgs
Class
Provides data for the RowPaint event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewRowPaintEventArgs : EventArgs
Inheritance: objectEventArgsGridViewRowPaintEventArgs
Inherited Members
Constructors
GridViewRowPaintEventArgs(GridRowElement, Graphics)
Initializes a new instance of the GridViewRowPaintEventArgs class.
Declaration
cs-api-definition
public GridViewRowPaintEventArgs(GridRowElement row, Graphics graphics)
Parameters
row
The row element to be painted
graphics
The Graphics object used to paint the cell