Back to Devexpress

PivotGridCsvExportOptions.ExportColumnAreaHeaders Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcsvexportoptions-ea69d010.md

latest2.1 KB
Original Source

PivotGridCsvExportOptions.ExportColumnAreaHeaders Property

Gets or sets whether to include column field headers in the exported CVS document.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ExportColumnAreaHeaders { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ExportColumnAreaHeaders As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true to export column field headers; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

To specify whether to export the row, data or filter field headers, use the following properties:

See Also

PivotGridCsvExportOptions Class

PivotGridCsvExportOptions Members

DevExpress.Xpf.PivotGrid Namespace