wpf-devexpress-dot-xpf-dot-pivotgrid-ad1d2936.md
Contains options that define how a document is exported to CSV.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public class PivotGridCsvExportOptions :
CsvExportOptionsEx,
IPivotGridExportOptions,
IDataAwareExportOptions
Public Class PivotGridCsvExportOptions
Inherits CsvExportOptionsEx
Implements IPivotGridExportOptions,
IDataAwareExportOptions
You can use this object’s members to specify whether to include Pivot Grid field headers in the exported document:
Object ExportOptionsBase TextExportOptionsBase CsvExportOptions CsvExportOptionsEx PivotGridCsvExportOptions
See Also