Back to Devexpress

PivotGridControl.AllowCrossGroupVariation Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-341e062d.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool AllowCrossGroupVariation { get; set; }
vb
Public Property AllowCrossGroupVariation As Boolean

Property Value

TypeDescription
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

SummaryDisplayType

Summary Display Types

RunningTotal

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace