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

PivotGridOptionsPrint.FilterSeparatorBarPadding Property

Gets or sets the vertical distance between filter field headers headers and the main part of the printed pivot grid.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
public int FilterSeparatorBarPadding { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value which specifies the vertical distance between filter field headers and the main part of the printed pivot grid.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilterSeparatorBarPadding
WinForms Controls PivotGridControl
.OptionsPrint.FilterSeparatorBarPadding
Reporting XRPivotGrid
.OptionsPrint.FilterSeparatorBarPadding
ASP.NET Web Forms Controls ASPxPivotGridExporter
.OptionsPrint.FilterSeparatorBarPadding
MVCxPivotGridExporter
.OptionsPrint.FilterSeparatorBarPadding
MVCxPivotGridExportSettings
.OptionsPrint.FilterSeparatorBarPadding

Remarks

Note that the FilterSeparatorBarPadding 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