Class ExportingToPdfEventArgs
Event Data Class of GridCellExportToPdfHandler
Inheritance
System.Object
System.EventArgs
ExportingToPdfEventArgs
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.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 |