Class ExportCellPaintEventArgs
Provides data for the CellPaint event
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.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ExportCellPaintEventArgs : ExportEventArgs
Constructors
ExportCellPaintEventArgs(GridPdfExportCellElement, IPdfEditor, RectangleF)
Initializes a new instance of the ExportCellPaintEventArgs class.
Declaration
public ExportCellPaintEventArgs(GridPdfExportCellElement cell, IPdfEditor editor, RectangleF rectangle)
Parameters
GridPdfExportCellElement
cell
The cell element which is drawn. |
IPdfEditor
editor
The object used to draw the cell. |
System.Drawing.RectangleF
rectangle
The rectangle in which the cell is drawn. |
Properties
Cell
Gets the Cell Element which is drawn.
Declaration
public GridPdfExportCellElement Cell { get; }
Property Value
GridPdfExportCellElement
|