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

PivotGridOptionsDataField.RowHeaderWidth Property

Gets or sets the width of the data field headers when they are displayed as row headers.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[DefaultValue(100)]
[XtraSerializableProperty]
public int RowHeaderWidth { get; set; }

Property Value

Type Default Description
Int32 100

An integer which specifies the width of the data field headers when they are displayed as rows.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RowHeaderWidth
WinForms Controls PivotGridControl
.OptionsDataField.RowHeaderWidth
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsDataField.RowHeaderWidth
MVCxPivotGrid
.OptionsDataField.RowHeaderWidth
PivotGridSettings
.OptionsDataField.RowHeaderWidth
Reporting XRPivotGrid
.OptionsDataField.RowHeaderWidth

Remarks

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:

OptionsDataField_LocationIndex-1_DataHeader_Row

In this case, use the RowHeaderWidth property to specify the width of the headers.

See Also