Skip to main content

PivotGridCustomTotalCollectionBase(PivotGridCustomTotalBase[]) Constructor

Initializes a new instance of the PivotGridCustomTotalCollectionBase class and adds copies of the specified custom totals to the collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotGridCustomTotalCollectionBase(
    PivotGridCustomTotalBase[] totals
)

Parameters

Name Type Description
totals PivotGridCustomTotalBase[]

An array of PivotGridCustomTotalBase objects whose copies will be added to the collection.

See Also