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

PivotGridFieldBase.ColumnValueLineCount Property

If the current field is displayed in the Column Header Area, this property gets or sets the height of the field’s values, in text lines.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

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

Property Value

Type Default Description
Int32 1

An integer value that specifies the height of the current column 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.

See Also