Class ServerPdfHeaderQueryCellInfoEventArgs
Defines pdf header query cell event arguments.
Inheritance
System.Object
    ServerPdfHeaderQueryCellInfoEventArgs
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.EJ2.GridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public class ServerPdfHeaderQueryCellInfoEventArgs
  Constructors
ServerPdfHeaderQueryCellInfoEventArgs()
Declaration
public ServerPdfHeaderQueryCellInfoEventArgs()
  Properties
Cell
Defines the PDF grid current cell.
Declaration
public PdfGridCell Cell { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.Pdf.Grid.PdfGridCell | 
Column
Defines the Grid column of the current cell.
Declaration
public GridColumn Column { get; set; }
  Property Value
| Type | 
|---|
| GridColumn | 
Headers
Defines the Grid Headers of the current cell.
Declaration
public PdfGridHeaderCollection Headers { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.Pdf.Grid.PdfGridHeaderCollection | 
Style
Defines the style of the current cell.
Declaration
public PdfGridCellStyle Style { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.Pdf.Grid.PdfGridCellStyle |