New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the RowPaint event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridRowPaintEventArgs : VirtualGridRowElementEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowElementEventArgsVirtualGridRowPaintEventArgs

Inherited Members VirtualGridRowElementEventArgs.RowElementVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridRowPaintEventArgs class.

C#
public VirtualGridRowPaintEventArgs(VirtualGridRowElement rowElement, VirtualGridViewInfo viewInfo, Graphics graphics)
Parameters:rowElementVirtualGridRowElement

The row element.

viewInfoVirtualGridViewInfo

The view info.

graphicsGraphics

The graphics.

Properties

Gets the graphics object used for drawing to the screen.

C#
public Graphics Graphics { get; }