Class PdfHeaderQueryCellInfoEventArgs
Provides information about an PdfHeaderQueryCellInfoEvent event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfHeaderQueryCellInfoEventArgs
Constructors
PdfHeaderQueryCellInfoEventArgs()
Declaration
public PdfHeaderQueryCellInfoEventArgs()
Properties
Cell
Gets the Syncfusion.PdfExport.PdfGridCell object that represents the current cell.
Declaration
public PdfGridCell? Cell { get; set; }
Property Value
| Type | Description |
|---|---|
| PdfGridCell | A |
Column
Gets the GridColumn that represents the column of the current cell.
Declaration
public GridColumn? Column { get; }
Property Value
| Type | Description |
|---|---|
| GridColumn | The grid column that represents the column of the current cell. |
ColumnIndex
Gets the column index of the current cell in the Pdf Grid column.
Declaration
public int ColumnIndex { get; }
Property Value
| Type | Description |
|---|---|
| int | An integer value that represents the column index of the current cell. |
PdfGridColumn
Gets the Syncfusion.PdfExport.PdfGridColumn details of the current cell.
Declaration
public PdfGridColumn? PdfGridColumn { get; }
Property Value
| Type | Description |
|---|---|
| PdfGridColumn | A |
RowIndex
Gets the row index of the current cell in the Pdf Grid column.
Declaration
public int RowIndex { get; }
Property Value
| Type | Description |
|---|---|
| int | An integer value that represents the row index 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 |
|---|---|
| PdfGridCellStyle | A |