Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

[DefaultValue(1)]
[XtraSerializableProperty]
public int RowValueLineCount { get; set; }

Property Value

Type Default Description
Int32 1

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
.OptionsDataField.RowValueLineCount
Reporting XRPivotGrid
.OptionsDataField.RowValueLineCount
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsDataField.RowValueLineCount
MVCxPivotGrid
.OptionsDataField.RowValueLineCount
PivotGridSettings
.OptionsDataField.RowValueLineCount

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.

See Also