PivotGridControl.AllowCrossGroupVariation Property
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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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