Class ExportingToPdfEventArgs
Event Data Class of GridCellExportToPdfHandler
Inheritance
System.Object
ExportingToPdfEventArgs
Namespace: Syncfusion.Windows.Controls.Grid.Converter
Assembly: Syncfusion.GridConverter.Wpf.dll
Syntax
public class ExportingToPdfEventArgs : EventArgs
Constructors
ExportingToPdfEventArgs(GridStyleInfo, PdfGridCell)
Declaration
public ExportingToPdfEventArgs(GridStyleInfo gridStyle, PdfGridCell pdfGridCell)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | gridStyle | |
PdfGridCell | pdfGridCell |
Properties
GridStyle
GridStyleInfo holds the style info of the exporting Grid Cell.
Declaration
public GridStyleInfo GridStyle { get; }
Property Value
Type |
---|
GridStyleInfo |
Handled
Bool variable used to determine whether the user handled the exporting or not.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
PdfGridCell
Currently Exporting PdfGridCell
Declaration
public PdfGridCell PdfGridCell { get; set; }
Property Value
Type |
---|
PdfGridCell |