menu

UWP

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

    Show / Hide Table of Contents

    Class GridChildExportingEventArgs

    Provides data for GridChildExportingEventHandler.

    Inheritance
    System.Object
    GridCancelEventArgs
    GridChildExportingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid.Converter
    Assembly: Syncfusion.SfGridConverter.UWP.dll
    Syntax
    public sealed class GridChildExportingEventArgs : GridCancelEventArgs

    Constructors

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

    Declaration
    public GridChildExportingEventArgs(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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved