menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCellPdfExportingEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridCellPdfExportingEventArgs

    Provides data for the CellExporting event.

    Inheritance
    System.Object
    DataGridCellPdfExportingEventArgs
    Namespace: Syncfusion.SfDataGrid.Exporting
    Assembly: Syncfusion.SfGridConverter.Android.dll
    Syntax
    public sealed class DataGridCellPdfExportingEventArgs : EventArgs

    Constructors

    DataGridCellPdfExportingEventArgs(RecordEntry, PdfGridCell, ExportCellType, Object, String, Object)

    Initializes a new instance of the DataGridCellPdfExportingEventArgs class.

    Declaration
    public DataGridCellPdfExportingEventArgs(RecordEntry record, PdfGridCell pdfGridCell, ExportCellType exportCellType, object cellValue, string columnName, object rowData = null)
    Parameters
    Type Name Description
    RecordEntry record

    The record entry of the cell to be exported.

    PdfGridCell pdfGridCell

    The PdfGridCell to be exported.

    ExportCellType exportCellType

    The type of the cell to be exported.

    System.Object cellValue

    The value of the cell being exported.

    System.String columnName

    The column name of the cell being exported.

    System.Object rowData

    The row data of the cell to be exported.

    DataGridCellPdfExportingEventArgs(PdfGridCell, ExportCellType, Object, String)

    Initializes a new instance of the DataGridCellPdfExportingEventArgs class.

    Declaration
    public DataGridCellPdfExportingEventArgs(PdfGridCell pdfGridCell, ExportCellType exportCellType, object cellValue, string columnName)
    Parameters
    Type Name Description
    PdfGridCell pdfGridCell

    The PdfGridCell to be exported.

    ExportCellType exportCellType

    The type of the cell to be exported.

    System.Object cellValue

    The value of the cell being exported.

    System.String columnName

    The column name of the cell being exported.

    Properties

    CellType

    Gets the exporting cell type.

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

    The ExportCellType representing the exporting cell type.

    CellValue

    Gets or sets the exporting cell value.

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

    The exporting cell value.

    ColumnName

    Gets the column name of the cell to be exported.

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

    The column name of the cell to be exported.

    Handled

    Gets or sets a value indicating whether cell exporting is handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    A boolean value indicating whether cell exporting is handled.

    PdfGridCell

    Gets the exporting PdfGridCell.

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

    The exporting PdfGridCell.

    Record

    Gets the record of the exporting cell.

    Declaration
    public RecordEntry Record { get; }
    Property Value
    Type Description
    RecordEntry

    The record of the exporting cell.

    RowData

    Gets the row data of the exporting cell.

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

    The row data of the exporting cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved