menu

UWP

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

    Show / Hide Table of Contents

    Class TreeGridCellPdfExportingEventArgs

    Provides data for TreeGridCellPdfExportingEventHandler .

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    TreeGridCellPdfExportingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    GridHandledEventArgs.Handled
    Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
    Assembly: Syncfusion.SfGridConverter.UWP.dll
    Syntax
    public sealed class TreeGridCellPdfExportingEventArgs : GridHandledEventArgs

    Constructors

    TreeGridCellPdfExportingEventArgs(SfTreeGrid, PdfGridCell, TreeGridCellType, Object, String)

    Declaration
    public TreeGridCellPdfExportingEventArgs(SfTreeGrid treeGrid, PdfGridCell pdfGridCell, TreeGridCellType exportCellType, object cellValue, string columnName)
    Parameters
    Type Name Description
    SfTreeGrid treeGrid
    PdfGridCell pdfGridCell
    TreeGridCellType exportCellType
    System.Object cellValue
    System.String columnName

    Properties

    CellType

    Gets a value that specifies the export CellType.

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

    One of the TreeGridCellType 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
    System.Object

    ColumnName

    Gets a value that specifies the ColumnName.

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

    PdfGridCell

    Gets a value that specifies the PdfGridCell.

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

    Extension Methods

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