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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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 |
|
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.