PivotGridControl.RowTotalsLocation Property
In This Article
Gets or sets the location of row totals. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(3)]
[XtraSerializableProperty]
public FieldRowTotalsLocation RowTotalsLocation { get; set; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
Note that if the RowTotalsLocation property is set to FieldRowTotalsLocation.Tree, the PivotGridControl.ShowRowTotals and PivotGridControl.ShowTotalsForSingleValues properties can't be set to False, and must remain True.
NOTE
The row fields' Pivot
See Also