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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

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