Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
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:

Object Type Path to ColumnFieldValueSeparator
PivotGridControl
.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