Class DataGridChildPdfExportingEventArgs
Provides data for
Inheritance
System.Object
DataGridChildPdfExportingEventArgs
Namespace: Syncfusion.Maui.DataGrid.Exporting
Assembly: Syncfusion.Maui.DataGridExport.dll
Syntax
public class DataGridChildPdfExportingEventArgs : CancelEventArgs
Constructors
DataGridChildPdfExportingEventArgs(Object, String, Int32, SfDataGrid, DataGridPdfExportingOption)
Provides data for
Declaration
public DataGridChildPdfExportingEventArgs(object nodeEntry, string relationalColumn, int childLevel, SfDataGrid dataGrid, DataGridPdfExportingOption pdfExportingOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | nodeEntry | |
| System.String | relationalColumn | |
| System.Int32 | childLevel | |
| SfDataGrid | dataGrid | |
| DataGridPdfExportingOption | pdfExportingOptions |
Properties
Level
Gets the level of the DataGrid being exported.
Declaration
public int Level { get; }
Property Value
| Type |
|---|
| System.Int32 |
NodeEntry
Gets the node entry for the cell being exported.
Declaration
public object NodeEntry { get; }
Property Value
| Type |
|---|
| System.Object |
PdfExportingOptions
Declaration
public DataGridPdfExportingOption PdfExportingOptions { get; set; }
Property Value
| Type |
|---|
| DataGridPdfExportingOption |
RelationalColumn
Gets the relational column for the cell being exported.
Declaration
public string RelationalColumn { get; }
Property Value
| Type |
|---|
| System.String |