PivotGridControl.AllowCrossGroupVariation Property
In This Article
Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(2)]
[XtraSerializableProperty]
public bool AllowCrossGroupVariation { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to calculate summary variations and running totals throughout the Pivot Grid; false to calculate them independently within individual groups. |
#Remarks
The summary variation feature can be enabled via the PivotGridField.SummaryDisplayType property. To enable running totals, use the PivotGridField.RunningTotal property.
See Also