Skip to main content

PivotGridCustomTotalCollectionBase.AssignArray(PivotGridCustomTotalBase[]) Method

Clears the current collection and adds the specified array’s items to the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public void AssignArray(
    PivotGridCustomTotalBase[] totals
)

Parameters

Name Type Description
totals PivotGridCustomTotalBase[]

An array of PivotGridCustomTotalBase objects to be added to the collection.

See Also