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

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.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

bool RunningTotal { get; }

Property Value

Type Description
Boolean

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

Remarks

The RunningTotal property provides thread-safe access to the field’s PivotGridFieldBase.RunningTotal property. To learn more, see PivotGridFieldBase.RunningTotal.

Use the RunningTotal property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also