Skip to main content

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.v24.2.Core.dll

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

#Declaration

[DefaultValue(100)]
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
.NET Reporting Tools 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