Skip to main content

PivotGridCustomTotalCollection.AssignArray(PivotGridCustomTotal[]) Method

Assigns items from the specified array of custom totals to the collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void AssignArray(
    PivotGridCustomTotal[] totals
)

#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