Skip to main content

PivotGridControl.RowTotalsLocation Property

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
FieldRowTotalsLocation

A FieldRowTotalsLocation enumeration value that specifies the location of row totals.

#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' PivotGridField.ShowTotals and PivotGridField.TotalsVisibility properties are ignored when the RowTotalsLocation property is set to FieldRowTotalsLocation.Tree.

See Also