Class GridPdfExportingEventArgs
Provides data for GridPdfExportingEventhandler .
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class GridPdfExportingEventArgs : GridEventArgs
Constructors
GridPdfExportingEventArgs(PdfGrid, Object, Int32)
Declaration
public GridPdfExportingEventArgs(PdfGrid pdfGrid, object dataGrid, int level)
Parameters
Type | Name | Description |
---|---|---|
PdfGrid | pdfGrid | |
System.Object | dataGrid | |
System.Int32 | level |
Properties
CellStyle
Gets or sets a value that specifies the CellStyle.
Declaration
public PdfGridCellStyle CellStyle { get; set; }
Property Value
Type |
---|
PdfGridCellStyle |
CellType
Gets a value that specifies the export CellType.
Declaration
public ExportCellType CellType { get; }
Property Value
Type | Description |
---|---|
ExportCellType | One of the ExportCellType enumeration that specifies the export CellType. The default mode is HeaderCell. |
Level
Gets a value that specifies the level of the currently exporting DataGrid. It is 0 for Parent dataGrid, 1 for First Level Nested DataGrid, and so on.
Declaration
public int Level { get; }
Property Value
Type |
---|
System.Int32 |
PdfGrid
Gets a value that specifies the PdfGrid.
Declaration
public PdfGrid PdfGrid { get; }
Property Value
Type |
---|
PdfGrid |