UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridChildExportingEventArgs - UWP API Reference | Syncfusion GridChildExportingEventHandler. ">

    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 Description
    System.Collections.Generic.List<System.String>

    Level

    Gets a value that specifies the level of the currently exporting DataGrid. It is 0 for Parent dataGrid, 1 for First Level Nested DataGrid, and so on.

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

    NodeEntry

    Gets a value that specifies the NodeEntry.

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

    RelationalColumn

    Gets a value that specifies the RelationalColumn.

    Declaration
    public string RelationalColumn { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

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