Skip to main content

PivotGridCsvExportOptions Class

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.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:

See Also