Class DataGridChildExcelExportingEventArgs
Provides data for
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 |