Class PdfAggregateEventArgs
Defines event argument of pdf aggregate event.
Inheritance
System.Object
PdfAggregateEventArgs
Implements
System.IEquatable<PdfAggregateEventArgs>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfAggregateEventArgs : Object, IEquatable<PdfAggregateEventArgs>
Constructors
PdfAggregateEventArgs()
Declaration
public PdfAggregateEventArgs()
Properties
Cell
Defines the cell data
Declaration
public PdfGridCell Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCell |
Column
Defines the aggregate column of the current cell.
Declaration
public GridAggregateColumn Column { get; set; }
Property Value
Type | Description |
---|---|
GridAggregateColumn |
Style
Defines the style of the current cell.
Declaration
public PdfGridCellStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCellStyle |
Value
Defines the value of the current cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Equals(PdfAggregateEventArgs)
Declaration
public bool Equals(PdfAggregateEventArgs pdfAggregateEventArgs)
Parameters
Type | Name | Description |
---|---|---|
PdfAggregateEventArgs | pdfAggregateEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>