Back to Devexpress

PivotGridOptionsPrint.ColumnHeaderPaddingBottom Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsprint-6ad59635.md

latest1.7 KB
Original Source

PivotGridOptionsPrint.ColumnHeaderPaddingBottom Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

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

Object TypePath to ColumnHeaderPaddingBottom
PivotGridControl

.OptionsPrint .ColumnHeaderPaddingBottom

|

See Also

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace