menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportNestedTableEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportNestedTableEventArgs

    Provides data for the QueryExportNestedTable event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    ExportNestedTableEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved