Class ChildGridPdfExportingEventArgs
Provides data for ChildGridPdfExportingEventhandler .
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class ChildGridPdfExportingEventArgs : GridCancelEventArgs
Constructors
ChildGridPdfExportingEventArgs(Object, String, Int32, SfDataGrid, PdfExportingOptions)
Declaration
public ChildGridPdfExportingEventArgs(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 PdfExportingOptions.
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 |