Skip to main content

PivotGridCustomTotalCollection(PivotGridCustomTotalBase[]) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridCustomTotalCollection(
    PivotGridCustomTotalBase[] totals
)

Parameters

Name Type Description
totals PivotGridCustomTotalBase[]

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

See Also