menu

UWP

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

    Show / Hide Table of Contents

    Class ChildGridPdfExportingEventArgs

    Provides data for ChildGridPdfExportingEventhandler .

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

    Constructors

    ChildGridPdfExportingEventArgs(Object, String, Int32, SfDataGrid, PdfExportingOptions)

    Declaration
    public ChildGridPdfExportingEventArgs(object nodeEntry, string relationalColumn, int childLevel, SfDataGrid dataGrid, PdfExportingOptions pdfExportingOptions)
    Parameters
    Type Name Description
    System.Object nodeEntry
    System.String relationalColumn
    System.Int32 childLevel
    SfDataGrid dataGrid
    PdfExportingOptions pdfExportingOptions

    Properties

    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
    System.Int32

    NodeEntry

    Gets a value that specifies the NodeEntry.

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

    PdfExportingOptions

    Gets or sets a value that specifies the PdfExportingOptions.

    Declaration
    public PdfExportingOptions PdfExportingOptions { get; set; }
    Property Value
    Type
    PdfExportingOptions

    RelationalColumn

    Gets a value that specifies the RelationalColumn.

    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