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 Export
Declaration
public ExportCellPaintEventArgs(GridPdfExportCellElement cell, IPdfEditor editor, RectangleF rectangle)
Parameters
Grid The cell element which is drawn. |
IPdf The object used to draw the cell. |
System. The rectangle in which the cell is drawn. |
Properties
Cell
Gets the Cell Element which is drawn.
Declaration
public GridPdfExportCellElement Cell { get; }