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.v19.1.Core.dll

Declaration

[DefaultValue(3)]
[XtraSerializableProperty]
public int HeaderWidthOffset { 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 HeaderWidthOffset
WinForms Controls PivotGridControl
.OptionsView.HeaderWidthOffset
Reporting XRPivotGrid
.OptionsView.HeaderWidthOffset
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsView.HeaderWidthOffset
MVCxPivotGrid
.OptionsView.HeaderWidthOffset
PivotGridSettings
.OptionsView.HeaderWidthOffset

Remarks

HeaderOffset

See Also