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

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.v20.2.dll

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

Declaration

public double RowTreeMinHeight { get; set; }

Property Value

Type Description
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.

pivotgrid_rowtreesettings

See Also