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

PivotGridOptionsPrint.ColumnFieldValueSeparator Property

Gets or sets the distance between the values of column fields when the pivot grid is printed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int ColumnFieldValueSeparator { get; set; }

Property Value

Type Default Description
Int32 0

An integer value which specifies the distance between column field values, in pixels, when the pivot grid is printed.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ColumnFieldValueSeparator
WinForms Controls PivotGridControl
.OptionsPrint.ColumnFieldValueSeparator
ASP.NET Controls and MVC Extensions ASPxPivotGridExporter
.OptionsPrint.ColumnFieldValueSeparator
MVCxPivotGridExporter
.OptionsPrint.ColumnFieldValueSeparator
MVCxPivotGridExportSettings
.OptionsPrint.ColumnFieldValueSeparator
Reporting XRPivotGrid
.OptionsPrint.ColumnFieldValueSeparator

Remarks

The ColumnFieldValueSeparator property is in effect for the WYSIWYG export mode only. To specify Pivot Grid export settings while exporting in Data-Aware mode, create the options (the PivotXlsExportOptions or PivotXlsxExportOptions instance) and pass the options to the PivotGridControl.ExportToXls or PivotGridControl.ExportToXlsx method respectively.

See Also