PivotGridCustomTotalCollection.AssignArray(PivotGridCustomTotal[]) Method
Assigns items from the specified array of custom totals to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
totals | PivotGridCustomTotal[] | An array of PivotGridCustomTotal objects. |
Remarks
The AssignArray method clears the collection before assigning the array elements to it.
See Also