PivotGridFieldBase.RowValueLineCount Property
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.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 the current row field‘s values, in text lines. Values less than 1 and greater than 5 are not accepted. |
Remarks
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.