Back to Devexpress

PivotGridControl.RowTotalsHeightFactor Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-5bd3341d.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public double RowTotalsHeightFactor { get; set; }
vb
Public Property RowTotalsHeightFactor As Double

Property Value

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace