Class TreeGridCellPdfExportingEventArgs
Provides data for TreeGridCellPdfExportingEventHandler .
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.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 |