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

PivotGridOptionsViewBase.HeaderHeightOffset Property

Gets or sets the distance (vertical) between field headers.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[DefaultValue(3)]
public int HeaderHeightOffset { get; set; }

Property Value

Type Default Description
Int32 3

An integer value that specifies the distance between field headers, in pixels.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HeaderHeightOffset
WinForms Controls PivotGridControl
.OptionsView .HeaderHeightOffset
Reporting XRPivotGrid
.OptionsView .HeaderHeightOffset
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsView .HeaderHeightOffset
PivotGridSettings
.OptionsView .HeaderHeightOffset
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsView .HeaderHeightOffset

Remarks

HeaderOffset

See Also