Class DataGridPdfExportingEventArgs
Provides data for
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGridConverter.Events
Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
Syntax
public sealed class DataGridPdfExportingEventArgs : GridEventArgs
Constructors
DataGridPdfExportingEventArgs(PdfGrid, Object, Int32)
Declaration
public DataGridPdfExportingEventArgs(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 |
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 |