PivotGridCustomTotalCollection.AssignArray(PivotGridCustomTotal[]) Method
In This Article
Assigns items from the specified array of custom totals to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
totals | Pivot |
An array of Pivot |
#Remarks
The AssignArray method clears the collection before assigning the array elements to it.
See Also