PivotGridCsvExportOptions Events
Contains options that define how a document is exported to CSV.Name | Description |
---|---|
BeforeExportRow | Fires consecutively for each control row when this row is about to be exported. Allows you to skip specific rows if they do not meet your custom criteria. Inherited from CsvExportOptionsEx. |
CustomizeCell | Allows you to substitute a cell value in the output document. Only available in data-aware export mode. |
ExportProgress | Fires repeatedly while the data is being exported.Only available in data-aware export mode. Inherited from CsvExportOptionsEx. |
See Also