Class PdfAggregateEventArgs
Provides information about an PdfAggregateTemplateInfo event.
Inheritance
System.Object
PdfAggregateEventArgs
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfAggregateEventArgs : Object
Constructors
PdfAggregateEventArgs()
Declaration
public PdfAggregateEventArgs()
Properties
Cell
Gets the Syncfusion.PdfExport.PdfGridCell object that represents the current cell.
Declaration
public PdfGridCell Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCell | A |
Column
Gets the aggregate column of the current cell.
Declaration
public GridAggregateColumn Column { get; }
Property Value
Type | Description |
---|---|
GridAggregateColumn | A GridAggregateColumn object that represents the aggregate column of the current cell. |
Style
Gets the Syncfusion.PdfExport.PdfGridCellStyle object that represents the style of the current cell.
Declaration
public PdfGridCellStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCellStyle | A |
Value
Gets the value of the current aggregate cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the value of the current aggregate cell. |