Back to Devexpress

PivotGridOptionsDataField.RowHeaderWidth Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-12bf1825.md

latest2.6 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(100)]
public int RowHeaderWidth { get; set; }
vb
<DefaultValue(100)>
Public Property RowHeaderWidth As Integer

Property Value

TypeDefaultDescription
Int32100

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:

LibraryObject TypePath to RowHeaderWidth
WinForms ControlsPivotGridControl

.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:

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

See Also

Area

PivotGridOptionsDataField Class

PivotGridOptionsDataField Members

DevExpress.XtraPivotGrid Namespace