Back to Devexpress

PivotGridOptionsViewBase.HeaderHeightOffset Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsviewbase-a8bdbe1f.md

latest1.6 KB
Original Source

PivotGridOptionsViewBase.HeaderHeightOffset Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDefaultDescription
Int323

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

|

Remarks

See Also

HeaderWidthOffset

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace