menu

WPF

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

    Show / Hide Table of Contents

    Class GridPdfExportingEventArgs

    Provides data for GridPdfExportingEventhandler .

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridPdfExportingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid.Converter
    Assembly: Syncfusion.SfGridConverter.WPF.dll
    Syntax
    public sealed class GridPdfExportingEventArgs : GridEventArgs

    Constructors

    GridPdfExportingEventArgs(PdfGrid, Object, Int32)

    Declaration
    public GridPdfExportingEventArgs(PdfGrid pdfGrid, object dataGrid, int level)
    Parameters
    Type Name Description
    PdfGrid pdfGrid
    System.Object dataGrid
    System.Int32 level

    Properties

    CellStyle

    Gets or sets a value that specifies the CellStyle.

    Declaration
    public PdfGridCellStyle CellStyle { get; set; }
    Property Value
    Type
    PdfGridCellStyle

    CellType

    Gets a value that specifies the export CellType.

    Declaration
    public ExportCellType CellType { get; }
    Property Value
    Type Description
    ExportCellType

    One of the ExportCellType enumeration that specifies the export CellType. The default mode is HeaderCell.

    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

    PdfGrid

    Gets a value that specifies the PdfGrid.

    Declaration
    public PdfGrid PdfGrid { get; }
    Property Value
    Type
    PdfGrid
    In This Article
    • Constructors
      • GridPdfExportingEventArgs(PdfGrid, Object, Int32)
    • Properties
      • CellStyle
      • CellType
      • Level
      • PdfGrid
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved