WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPdfExportingEventArgs

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.Int32

    PdfGrid

    Gets a value that specifies the PdfGrid.

    Declaration
    public PdfGrid PdfGrid { get; }
    Property Value
    Type Description
    PdfGrid
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved