Skip to main content

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

NuGet Package: 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