Class VirtualGridCellPaintEventArgs
Provides data for the CellPaint event.
Inheritance
System.Object
System.EventArgs
VirtualGridCellPaintEventArgs
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 VirtualGridCellPaintEventArgs : VirtualGridCellElementEventArgs
Constructors
VirtualGridCellPaintEventArgs(VirtualGridCellElement, VirtualGridViewInfo, Graphics)
Initializes a new instance of the VirtualGridCellPaintEventArgs class.
Declaration
public VirtualGridCellPaintEventArgs(VirtualGridCellElement cellElement, VirtualGridViewInfo viewInfo, Graphics graphics)
Parameters
VirtualGridCellElement
cellElement
The cell 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
|