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 QueryExportNestedTable event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    ExportNestedTableEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class ExportNestedTableEventArgs : SyncfusionCancelEventArgs

    Constructors

    ExportNestedTableEventArgs(GridNestedTable, Record, WTable)

    Initializes a new instance of the ExportNestedTableEventArgs class.

    Declaration
    public ExportNestedTableEventArgs(GridNestedTable gridNestedTable, Record gridParentRecord, WTable table)
    Parameters
    Type Name Description
    GridNestedTable gridNestedTable

    Nested table in Grid.

    Record gridParentRecord

    Parent record in the grid.

    WTable table

    The table in the word document.

    Properties

    NestedTable

    Gets or sets the nested table of parent record.

    Declaration
    public GridNestedTable NestedTable { get; set; }
    Property Value
    Type
    GridNestedTable

    ParentRecord

    Gets or sets the parent record of the nested table.

    Declaration
    public Record ParentRecord { get; set; }
    Property Value
    Type
    Record

    WTable

    Gets or sets the table in the word document.

    Declaration
    public WTable WTable { get; set; }
    Property Value
    Type
    WTable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved