Class ServerPdfAggregateQueryCellInfoEventArgs
Defines event argument of pdf aggregate event.
Inheritance
System.Object
    ServerPdfAggregateQueryCellInfoEventArgs
  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 ServerPdfAggregateQueryCellInfoEventArgs
  Constructors
ServerPdfAggregateQueryCellInfoEventArgs()
Declaration
public ServerPdfAggregateQueryCellInfoEventArgs()
  Properties
Cell
Defines the current Aggregate cell data
Declaration
public PdfGridCell Cell { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.Pdf.Grid.PdfGridCell | 
Column
Defines the aggregate column of the current cell.
Declaration
public GridAggregateColumn Column { get; set; }
  Property Value
| Type | 
|---|
| GridAggregateColumn | 
Style
Defines the style of the current cell.
Declaration
public PdfGridCellStyle Style { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.Pdf.Grid.PdfGridCellStyle | 
Value
Defines the value of the current cell.
Declaration
public object Value { get; set; }
  Property Value
| Type | 
|---|
| System.Object |