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

PivotGridControl.RowTreeMinWidth Property

Gets or sets the minimum allowed width of the innermost row field values when they are arranged into 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 RowTreeMinWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the minimum allowed width of the innermost row field values.

Remarks

The PivotGridControl.RowTreeWidth property cannot be set to a value less than RowTreeMinWidth.

pivotgrid_rowtreesettings

See Also