PivotGridControl.RowTotalsHeightFactor Property
In This Article
Gets or sets the factor used to define how much higher the total rows are, compared to other rows. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(3)]
[XtraSerializableProperty]
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 other rows. |
See Also