Class PdfHeaderQueryCellInfoEventArgs
Defines pdf header query cell event arguments.
Inheritance
System.Object
PdfHeaderQueryCellInfoEventArgs
Implements
System.IEquatable<PdfHeaderQueryCellInfoEventArgs>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfHeaderQueryCellInfoEventArgs : Object, IEquatable<PdfHeaderQueryCellInfoEventArgs>
Constructors
PdfHeaderQueryCellInfoEventArgs()
Declaration
public PdfHeaderQueryCellInfoEventArgs()
Properties
Cell
Defines the PDF grid current cell.
Declaration
public PdfGridCell Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCell |
Column
Defines the current cell of the Grid column
Declaration
public GridColumn Column { get; set; }
Property Value
Type | Description |
---|---|
GridColumn |
ColumnIndex
Defines the current cell column index of the Pdf Grid column
Declaration
public int ColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PdfGridColumn
Defines the current cell of the Pdf Grid column
Declaration
public PdfGridColumn PdfGridColumn { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridColumn |
RowIndex
Defines the current cell row index of the Pdf Grid column
Declaration
public int RowIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Style
Defines the style of the current cell.
Declaration
public PdfGridCellStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCellStyle |
Methods
Equals(PdfHeaderQueryCellInfoEventArgs)
Declaration
public bool Equals(PdfHeaderQueryCellInfoEventArgs pdfHeaderQueryCellInfoEventArgs)
Parameters
Type | Name | Description |
---|---|---|
PdfHeaderQueryCellInfoEventArgs | pdfHeaderQueryCellInfoEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>