Class GridCellPdfExportingEventArgs
Provides data for GridCellPdfExportingEventhandler .
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.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 |
---|
System.Object |
ColumnName
Gets a value that specifies the ColumnName.
Declaration
public string ColumnName { get; }
Property Value
Type |
---|
System.String |
GridViewDefinition
Gets a value that specifies the GridViewDefinition.
Declaration
public ViewDefinition GridViewDefinition { get; }
Property Value
Type |
---|
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 |
---|
System.Int32 |
NodeEntry
Gets a value that specifies the NodeEntry.
Declaration
public object NodeEntry { get; }
Property Value
Type |
---|
System.Object |
PdfGridCell
Gets a value that specifies the PdfGridCell.
Declaration
public PdfGridCell PdfGridCell { get; }
Property Value
Type |
---|
PdfGridCell |
PropertyAccessProvider
Gets a value that specifies the PropertyAccessProvider.
Declaration
public IPropertyAccessProvider PropertyAccessProvider { get; }
Property Value
Type |
---|
IPropertyAccessProvider |