Skip to main content

IThreadSafeField.RunningTotal Property

Gets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

bool RunningTotal { get; }

Property Value

Type Description
Boolean

true to calculate Running totals for the current column/row field; otherwise, false.

Remarks

This property returns the PivotGridField.RunningTotal property value.

See Also