Class TreeGridCellPdfExportingEventArgs
Provides data for TreeGridCellPdfExportingEventHandler .
Inheritance
System.Object
System.EventArgs
TreeGridCellPdfExportingEventArgs
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.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public sealed class TreeGridCellPdfExportingEventArgs : GridHandledEventArgs
Constructors
TreeGridCellPdfExportingEventArgs(SfTreeGrid, PdfGridCell, TreeGridCellType, Object, String)
Declaration
public TreeGridCellPdfExportingEventArgs(SfTreeGrid treeGrid, PdfGridCell pdfGridCell, TreeGridCellType exportCellType, object cellValue, string columnName)
Parameters
| Type | Name | Description |
|---|---|---|
| SfTreeGrid | treeGrid | |
| PdfGridCell | pdfGridCell | |
| TreeGridCellType | exportCellType | |
| System.Object | cellValue | |
| System.String | columnName |
Properties
CellType
Gets a value that specifies the export CellType.
Declaration
public TreeGridCellType CellType { get; }
Property Value
| Type | Description |
|---|---|
| TreeGridCellType | One of the TreeGridCellType 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 |
PdfGridCell
Gets a value that specifies the PdfGridCell.
Declaration
public PdfGridCell PdfGridCell { get; }
Property Value
| Type |
|---|
| PdfGridCell |