menu

WinForms

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

    Show / Hide Table of Contents

    Class DataGridChildExportingEventArgs

    Inheritance
    System.Object
    GridCancelEventArgs
    DataGridChildExportingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGridConverter.Events
    Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
    Syntax
    public sealed class DataGridChildExportingEventArgs : GridCancelEventArgs

    Constructors

    DataGridChildExportingEventArgs(Object, String, Int32, List<String>, SfDataGrid)

    Declaration
    public DataGridChildExportingEventArgs(object nodeEntry, string relationalColumn, int childLevel, List<string> excludeColumns, SfDataGrid dataGrid)
    Parameters
    Type Name Description
    System.Object nodeEntry
    System.String relationalColumn
    System.Int32 childLevel
    System.Collections.Generic.List<System.String> excludeColumns
    SfDataGrid dataGrid

    Properties

    ExcludeColumns

    Gets or sets a value which specifies the list of columns that should be excluded while exporting.

    Declaration
    public List<string> ExcludeColumns { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    Level

    Gets the level of the DataGrid being exported.

    Declaration
    public int Level { get; }
    Property Value
    Type
    System.Int32
    Remarks

    The level of the DataGrid is 0 for the parent DataGrid, 1 for the first level nested DataGrid, and so on.

    NodeEntry

    Gets the node entry for the cell being exported.

    Declaration
    public object NodeEntry { get; }
    Property Value
    Type
    System.Object

    RelationalColumn

    Gets the relational column for the cell being exported.

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