Namespace Syncfusion.UI.Xaml.Grid.Converter
Classes
| ChildGridPdfExportingEventArgs
Provides data for ChildGridPdfExportingEventhandler . |
| ClassReferenceAttribute |
| ExcelExportingOptions
Class which is used to set the exporting options. User can pass the instance of this class as an argument to the ExportToExcel method. |
| ExportCellStyle
Represents the cell style in exporting. |
| ExportFontInfo
Represents the FontInfo in exporting. |
| GridCellExcelExportingEventArgs
Provides data for GridCellExcelExportingEventHandler. |
| GridCellPdfExportingEventArgs
Provides data for GridCellPdfExportingEventhandler . |
| GridChildExportingEventArgs
Provides data for GridChildExportingEventHandler. |
| GridExcelExportExtension
Provides the extensions for exporting SfDataGrid into Excel. |
| GridExcelExportingEventArgs
Provides data for GridExcelExportingEventhandler . |
| GridFormatConversionHelper
Provides the implementation for number format conversion while exporting to excel. |
| GridPdfExportExtension
Provides the extensions for exporting SfDataGrid into PDF. |
| GridPdfExportingEventArgs
Provides data for GridPdfExportingEventhandler . |
| PdfExportingOptions
Class which is used to set the exporting options. User can pass the instance of this class as an argument to the ExportToPdf and ExportToPdfGrid methods. |
| PdfHeaderFooterEventArgs
Provides data for PdfHeaderFooterEventHandler. |
| SfDataGridToExcelConverter
Provides the base implementation to export the SfDataGrid to Excel. |
| SfDataGridToPdfConverter
Provides the base implementation to export the SfDataGrid to PDF. |
Enums
| ExportCellType
Defines constants for specifying the type of cell to be exported. |
| ExportMode
Defines constants for specifying the mode of export. |
| ExportPageOptions
Defines the constants which specify export PageOptions. |
Delegates
| ChildGridPdfExportingEventhandler
Represents the method that handles the DetailsViewDataGrid exporting. |
| GridCellExcelExportingEventHandler
Represents the method that will handles the GridCell exporting. |
| GridCellPdfExportingEventhandler
Represents the method that will handle the GridCell exporting. |
| GridChildExportingEventHandler
Represents the method that handles the DetailsViewDataGrid exporting. |
| GridExcelExportingEventhandler
Represents the method which handles the excel exporting. |
| GridPdfExportingEventhandler
Represents the method that handles the PDF exporting. |
| PdfHeaderFooterEventHandler
Represents the method that handles the header and footer exporting. |