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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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