Class VirtualGridRowPaintEventArgs
Provides data for the RowPaint event.
Inheritance
System.Object
System.EventArgs
VirtualGridRowPaintEventArgs
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 VirtualGridRowPaintEventArgs : VirtualGridRowElementEventArgs
Constructors
VirtualGridRowPaintEventArgs(VirtualGridRowElement, VirtualGridViewInfo, Graphics)
Initializes a new instance of the VirtualGridRowPaintEventArgs class.
Declaration
public VirtualGridRowPaintEventArgs(VirtualGridRowElement rowElement, VirtualGridViewInfo viewInfo, Graphics graphics)
Parameters
VirtualGridRowElement
rowElement
The row element. |
VirtualGridViewInfo
viewInfo
The view info. |
System.Drawing.Graphics
graphics
The graphics. |
Properties
Graphics
Gets the graphics object used for drawing to the screen.
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|