PivotGridOptionsDataField.RowHeaderWidth Property
In This Article
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
#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 Row |
---|---|---|
Win |
Pivot |
|
.NET Reporting Tools | XRPivot |
|
#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:
In this case, use the RowHeaderWidth property to specify the width of the headers.
See Also