corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-12bf1825.md
Gets or sets the width of the data field headers when they are displayed as row headers.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[DefaultValue(100)]
public int RowHeaderWidth { get; set; }
<DefaultValue(100)>
Public Property RowHeaderWidth As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 100 |
An integer which specifies the width of the data field headers when they are displayed as rows.
|
You can access this nested property as listed below:
| Library | Object Type | Path to RowHeaderWidth |
|---|---|---|
| WinForms Controls | PivotGridControl |
.OptionsDataField .RowHeaderWidth
| | .NET Reporting Tools | XRPivotGrid |
.OptionsDataField .RowHeaderWidth
|
When the XtraPivotGrid control contains two or more data fields and the PivotGridOptionsDataField.Area property is set to PivotDataArea.RowArea the data field headers are displayed as row headers:
In this case, use the RowHeaderWidth property to specify the width of the headers.
See Also
PivotGridOptionsDataField Class