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

PivotGridControl.RowTotalsHeightFactor Property

Gets or sets the factor used to define how much higher the total rows are, compared to the field value rows. 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 RowTotalsHeightFactor { get; set; }

Property Value

Type Description
Double

A Double value that specifies the factor used to define how much higher the total rows are, compared to the field value rows.

See Also