PivotGridOptionsDataField.RowValueLineCount Property
Gets or sets the height of data field headers, in text lines. This property is in effect when there are two or more data fields, and data field headers are displayed in the Row Header Area.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the height of data field headers, in text lines. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to RowValueLineCount |
---|---|---|
WinForms Controls | PivotGridControl |
|
.NET Reporting Tools | XRPivotGrid |
|
Remarks
The text wrapping feature for data field headers can be enabled via the Value.TextOptions.WordWrap object of the PivotGridField.Appearance property. To enable text wrapping for all field values, use the FieldValue.TextOptions.WordWrap object of the PivotGridControl.Appearance property.