Class ExportNestedTableEventArgs
Provides data for the QueryExportNestedTable event.
Inherited Members
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class ExportNestedTableEventArgs : SyncfusionCancelEventArgs
Constructors
ExportNestedTableEventArgs(GridNestedTable, Record, ExcelExportingOptions)
Initializes a new instance of the ExportNestedTableEventArgs class.
Declaration
public ExportNestedTableEventArgs(GridNestedTable gridNestedTable, Record gridParentRecord, ExcelExportingOptions excelExportingOptions)
Parameters
Type | Name | Description |
---|---|---|
GridNestedTable | gridNestedTable | The GridNestedTable. |
Record | gridParentRecord | The parent record of the GridNestedTable. |
ExcelExportingOptions | excelExportingOptions | The ExcelExportingOptions for the nested table exporting. |
Properties
ExportingOptions
Gets the exporting options for the Nested table.
Declaration
public ExcelExportingOptions ExportingOptions { get; set; }
Property Value
Type |
---|
ExcelExportingOptions |
NestedTable
Gets the nested table of the parent record.
Declaration
public GridNestedTable NestedTable { get; set; }
Property Value
Type |
---|
GridNestedTable |
ParentRecord
Gets the parent record of this nested table.
Declaration
public Record ParentRecord { get; set; }
Property Value
Type |
---|
Record |