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

PivotGridOptionsPrint.ColumnHeaderPaddingBottom Property

Gets or sets the gap between the column header area and data area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

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

Property Value

Type Default Description
Int32 -1

An integer that is the width of the space between the column header area and data area in pixels.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ColumnHeaderPaddingBottom
WinForms Controls PivotGridControl
.OptionsPrint .ColumnHeaderPaddingBottom
Reporting XRPivotGrid
.OptionsPrint .ColumnHeaderPaddingBottom
ASP.NET MVC Extensions MVCxPivotGridExporter
.OptionsPrint .ColumnHeaderPaddingBottom
MVCxPivotGridExportSettings
.OptionsPrint .ColumnHeaderPaddingBottom
ASP.NET Web Forms Controls ASPxPivotGridExporter
.OptionsPrint .ColumnHeaderPaddingBottom
See Also