Back to Devexpress

PivotGridCsvExportOptions Events

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcsvexportoptions-dot-underscore-events.md

latest1.2 KB
Original Source

PivotGridCsvExportOptions Events

Contains options that define how a document is exported to CSV.

NameDescription
BeforeExportRowFires 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.
CustomizeCellAllows you to substitute a cell value in the output document. Only available in data-aware export mode.
ExportProgressFires repeatedly while the data is being exported.Only available in data-aware export mode. Inherited from CsvExportOptionsEx.

See Also

PivotGridCsvExportOptions Class

PivotGridCsvExportOptions Members

DevExpress.Xpf.PivotGrid Namespace