menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridChildExcelExportingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridChildExcelExportingEventArgs

    Provides data for and events.

    Inheritance
    System.Object
    DataGridChildExcelExportingEventArgs
    Namespace: Syncfusion.Maui.DataGrid.Exporting
    Assembly: Syncfusion.Maui.DataGridExport.dll
    Syntax
    public sealed class DataGridChildExcelExportingEventArgs : CancelEventArgs

    Constructors

    DataGridChildExcelExportingEventArgs(Object, String, Int32, DataGridExcelExportingOption, SfDataGrid)

    Declaration
    public DataGridChildExcelExportingEventArgs(object nodeEntry, string relationalColumn, int childLevel, DataGridExcelExportingOption excelExportOption, SfDataGrid dataGrid)
    Parameters
    Type Name Description
    System.Object nodeEntry
    System.String relationalColumn
    System.Int32 childLevel
    DataGridExcelExportingOption excelExportOption
    SfDataGrid dataGrid

    Properties

    ExcelExportingOption

    Gets or sets a value which specifies the Excel export option.

    Declaration
    public DataGridExcelExportingOption ExcelExportingOption { get; set; }
    Property Value
    Type
    DataGridExcelExportingOption

    Level

    Gets the level of the DataGrid being exported.

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

    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