Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

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