Back to Devexpress

PivotGridOptionsDataField.RowValueLineCount Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-5468b75c.md

latest2.9 KB
Original Source

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.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 data field headers, in text lines.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to RowValueLineCount
WinForms ControlsPivotGridControl

.OptionsDataField .RowValueLineCount

| | .NET Reporting Tools | XRPivotGrid |

.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

Area

AreaIndex

PivotGridOptionsDataField Class

PivotGridOptionsDataField Members

DevExpress.XtraPivotGrid Namespace