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

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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