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

PivotGridOptionsViewBase.HeaderWidthOffset Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Default Description
Int32 3

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

Remarks

HeaderOffset

See Also