corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-18563dc0.md
If the current field is displayed in the Row Header Area, this property gets or sets the height of the field’s values, in text lines.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[DefaultValue(1)]
public int RowValueLineCount { get; set; }
<DefaultValue(1)>
Public Property RowValueLineCount As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 1 |
An integer value that specifies the height of the current row field‘s values, in text lines. Values less than 1 and greater than 5 are not accepted.
|
The text wrapping feature for field values 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.
Important
The ASPxPivotGrid does not support this property. This property is in effect only for exported documents.
See Also