Skip to main content

PivotGridCustomTotalCollectionBase.CloneToArray() Method

Returns copies of items stored in the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

Declaration

public PivotGridCustomTotalBase[] CloneToArray()

Returns

Type Description
PivotGridCustomTotalBase[]

An array of PivotGridCustomTotalBase objects which are copies of the current collection’s items.

See Also