Skip to main content

PivotGridOptionsPrint.RowFieldValueSeparator Property

Gets or sets the distance between row field values 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 RowFieldValueSeparator { get; set; }

Property Value

Type Default Description
Int32 0

An integer value which specifies the distance between row 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 RowFieldValueSeparator
PivotGridControl
.OptionsPrint .RowFieldValueSeparator

Remarks

Note that the RowFieldValueSeparator property is used to customize Pivot Grid export settings when data is exported in the WYSIWYG export mode. This property is not in effect for the data-aware mode. To customize the Pivot Grid export settings while exporting in data-aware mode, use the PivotXlsExportOptions and PivotXlsxExportOptions descendants.

See Also