WPF

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

    Show / Hide Table of Contents

    Class GridCellPdfExportingEventArgs

    Provides data for GridCellPdfExportingEventhandler .

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridCellPdfExportingEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    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 GridCellPdfExportingEventArgs : GridHandledEventArgs

    Constructors

    GridCellPdfExportingEventArgs(SfDataGrid, PdfGridCell, ExportCellType, Object, Object, ViewDefinition, Int32, String, IPropertyAccessProvider)

    Declaration
    public GridCellPdfExportingEventArgs(SfDataGrid dataGrid, PdfGridCell pdfGridCell, ExportCellType exportCellType, object cellValue, object exportNodeEntry, ViewDefinition gridViewDefintion, int level, string columnName, IPropertyAccessProvider propertyAccessProvider)
    Parameters
    Type Name Description
    SfDataGrid dataGrid
    PdfGridCell pdfGridCell
    ExportCellType exportCellType
    System.Object cellValue
    System.Object exportNodeEntry
    ViewDefinition gridViewDefintion
    System.Int32 level
    System.String columnName
    IPropertyAccessProvider propertyAccessProvider

    Properties

    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.

    CellValue

    Gets or sets a value that specifies the CellValue.

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

    ColumnName

    Gets a value that specifies the ColumnName.

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

    GridViewDefinition

    Gets a value that specifies the GridViewDefinition.

    Declaration
    public ViewDefinition GridViewDefinition { get; }
    Property Value
    Type Description
    ViewDefinition

    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

    PdfGridCell

    Gets a value that specifies the PdfGridCell.

    Declaration
    public PdfGridCell PdfGridCell { get; }
    Property Value
    Type Description
    PdfGridCell

    PropertyAccessProvider

    Gets a value that specifies the PropertyAccessProvider.

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