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

#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