Back to Devexpress

PivotGridControl.RowTreeMinHeight Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-e9ccbcc5.md

latest1.5 KB
Original Source

PivotGridControl.RowTreeMinHeight Property

Gets or sets the minimum allowed 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 double RowTreeMinHeight { get; set; }
vb
Public Property RowTreeMinHeight As Double

Property Value

TypeDescription
Double

A Double value that specifies the minimum allowed height of a row.

|

Remarks

The PivotGridControl.RowTreeHeight property cannot be set to a value less than RowTreeMinHeight.

See Also

RowTreeHeight

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace