Back to Devexpress

PivotGridControl.RowTreeHeight Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-6a23c2a9.md

latest1.3 KB
Original Source

PivotGridControl.RowTreeHeight Property

Gets or sets the height of a row when row field values are arranged in a tree. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int RowTreeHeight { get; set; }
vb
Public Property RowTreeHeight As Integer

Property Value

TypeDescription
Int32

An integer value that specifies a row’s height, in pixels.

|

Remarks

See Also

RowTotalsLocation

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace