Class TreeGridPdfHeaderFooterEventArgs
Provides data for TreeGridPdfHeaderFooterEventHandler.
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class TreeGridPdfHeaderFooterEventArgs : GridEventArgs
Constructors
TreeGridPdfHeaderFooterEventArgs(SfTreeGrid, PdfPage, PdfDocumentTemplate)
Declaration
public TreeGridPdfHeaderFooterEventArgs(SfTreeGrid treeGrid, PdfPage pdfPage, PdfDocumentTemplate pdfDocumentTemplate)
Parameters
Type | Name | Description |
---|---|---|
SfTreeGrid | treeGrid | |
PdfPage | pdfPage | |
PdfDocumentTemplate | pdfDocumentTemplate |
Properties
PdfDocumentTemplate
Gets a value that specifies the PdfDocumentTemplate.
Declaration
public PdfDocumentTemplate PdfDocumentTemplate { get; }
Property Value
Type |
---|
PdfDocumentTemplate |
PdfPage
Specified the PdfPage
Declaration
public PdfPage PdfPage { get; }
Property Value
Type |
---|
PdfPage |