Class DataGridChildPdfExportingEventArgs
Provides data for
Inherited Members
Namespace: Syncfusion.WinForms.DataGridConverter.Events
Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
Syntax
public sealed class DataGridChildPdfExportingEventArgs : GridCancelEventArgs
Constructors
DataGridChildPdfExportingEventArgs(Object, String, Int32, SfDataGrid, PdfExportingOptions)
Declaration
public DataGridChildPdfExportingEventArgs(object nodeEntry, string relationalColumn, int childLevel, SfDataGrid dataGrid, PdfExportingOptions pdfExportingOptions)
Parameters
Type | Name | Description |
---|---|---|
System.Object | nodeEntry | |
System.String | relationalColumn | |
System.Int32 | childLevel | |
SfDataGrid | dataGrid | |
PdfExportingOptions | pdfExportingOptions |
Properties
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 |
NodeEntry
Gets a value that specifies the NodeEntry.
Declaration
public object NodeEntry { get; }
Property Value
Type |
---|
System.Object |
PdfExportingOptions
Gets or sets a value that specifies the
Declaration
public PdfExportingOptions PdfExportingOptions { get; set; }
Property Value
Type |
---|
PdfExportingOptions |
RelationalColumn
Gets a value that specifies the RelationalColumn.
Declaration
public string RelationalColumn { get; }
Property Value
Type |
---|
System.String |