PivotGridControl.ShowTotalsForSingleValues Property
Gets or sets whether automatic totals are displayed for the field values which contain a single nesting field value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Note that if the PivotGridControl.RowTotalsLocation property is set to FieldRowTotalsLocation.Tree, the PivotGridControl.ShowRowTotals and ShowTotalsForSingleValues properties can’t be set to False, and must remain True.
See Also