Skip to main content
A newer version of this page is available. .

PivotGridCsvExportOptions Class

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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:

See Also