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.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The summary variation feature can be enabled via the PivotGridField.SummaryDisplayType property. To enable running totals, use the PivotGridField.RunningTotal property.
See Also