PivotCalculatedItemCollection.Clear() Method
Removes all calculated items from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
To remove an individual calculated item from the collection, use the PivotCalculatedItemCollection.Remove or PivotCalculatedItemCollection.RemoveAt methods.
To add a calculated item to the PivotTable field, use the PivotCalculatedItemCollection.Add method.
See Also