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

PivotGridOptionsDataField.ColumnValueLineCount 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 Column Header Area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(1)]
[XtraSerializableProperty]
public int ColumnValueLineCount { 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 ColumnValueLineCount
WinForms Controls PivotGridControl
.OptionsDataField.ColumnValueLineCount
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsDataField.ColumnValueLineCount
MVCxPivotGrid
.OptionsDataField.ColumnValueLineCount
PivotGridSettings
.OptionsDataField.ColumnValueLineCount
Reporting XRPivotGrid
.OptionsDataField.ColumnValueLineCount

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