PivotGridCustomTotalCollection.CloneToArray() Method
Returns an array of custom totals, copied from the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Returns
| Type | Description |
|---|---|
| PivotGridCustomTotal[] | An array of PivotGridCustomTotal objects. |
See Also