PivotGridCsvExportOptions Class
Contains options that define how a document is exported to CSV.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
public class PivotGridCsvExportOptions :
CsvExportOptionsEx,
IPivotGridExportOptions,
IDataAwareExportOptions
Remarks
You can use this object’s members to specify whether to include Pivot Grid field headers in the exported document:
- PivotGridCsvExportOptions.ExportFilterAreaHeaders
- PivotGridCsvExportOptions.ExportColumnAreaHeaders
- PivotGridCsvExportOptions.ExportDataAreaHeaders
- PivotGridCsvExportOptions.ExportRowAreaHeaders
Inheritance
Object
ExportOptionsBase
TextExportOptionsBase
CsvExportOptions
CsvExportOptionsEx
PivotGridCsvExportOptions
See Also