Skip to main content

CsvExportOptions Events

Contains options which define how grid data is exported to CSV format.
Name Description
CustomizeCell When exporting data from the grid to CSV format, this event allows you to customize a cell in the output document.
CustomizeDataArea When exporting to CSV format, this event allows you to customize data in the output document.
CustomizeFooter When exporting to CSV format, this event allows you to add a footer to the output document.
CustomizeHeader When exporting to CSV format, this event allows you to add a header to the output document.
CustomizeSheet When exporting to CSV format, this event allows you to customize the output document’s settings.
ExportProgress Fires repeatedly while the data is being exported.
See Also