Class ExportNestedTableEventArgs
Provides data for QueryExportNestedTable event.
Inherited Members
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 |