Back to Devexpress

PivotGridOptionsPrint.FilterSeparatorBarPadding Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsprint-7c27468d.md

latest2.4 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(-1)]
public int FilterSeparatorBarPadding { get; set; }
vb
<DefaultValue(-1)>
Public Property FilterSeparatorBarPadding As Integer

Property Value

TypeDefaultDescription
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:

Object TypePath to FilterSeparatorBarPadding
PivotGridControl

.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

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace