Skip to main content

PivotGridOptionsPrint.ColumnHeaderPaddingBottom Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[XtraSerializableProperty]
public int ColumnHeaderPaddingBottom { get; set; }

Property Value

Type Description
Int32

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:

Object Type Path to ColumnHeaderPaddingBottom
PivotGridControl
.OptionsPrint .ColumnHeaderPaddingBottom
See Also