PivotGridControl.ShowGrandTotalsForSingleValues Property
Gets or sets whether Grand Totals are displayed when the control lists a single value of an outer column field or row field along its left or top edge.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(3)]
[XtraSerializableProperty]
public bool ShowGrandTotalsForSingleValues { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the grand totals are always displayed; false if they are only displayed when the Pivot |
#Remarks
The following image shows a sample PivotGridControl whose ShowGrandTotalsForSingleValues property is set to false:
The following image shows the same control whose ShowGrandTotalsForSingleValues property is set to true. Now the column grand total is visible, and it duplicates information from the preceding column.