Back to Devexpress

PivotGridFieldBase.RowValueLineCount Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-18563dc0.md

latest2.4 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1)]
public int RowValueLineCount { get; set; }
vb
<DefaultValue(1)>
Public Property RowValueLineCount As Integer

Property Value

TypeDefaultDescription
Int321

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.

See Also

Appearance

MaximumRowValueLineCount

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace