Class DataGridCellPdfExportingEventArgs
Provides data for
Inheritance
System.Object
System.EventArgs
DataGridCellPdfExportingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGridConverter.Events
Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
Syntax
public sealed class DataGridCellPdfExportingEventArgs : GridHandledEventArgs
Constructors
DataGridCellPdfExportingEventArgs(SfDataGrid, PdfGridCell, ExportCellType, Object, Object, Int32, String, IPropertyAccessProvider)
Declaration
public DataGridCellPdfExportingEventArgs(SfDataGrid dataGrid, PdfGridCell pdfGridCell, ExportCellType exportCellType, object cellValue, object exportNodeEntry, int level, string columnName, IPropertyAccessProvider propertyAccessProvider)
Parameters
Type | Name | Description |
---|---|---|
SfDataGrid | dataGrid | |
PdfGridCell | pdfGridCell | |
ExportCellType | exportCellType | |
System.Object | cellValue | |
System.Object | exportNodeEntry | |
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 |
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 |
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 |