Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalCollectionBase.CloneToArray() Method

Returns copies of items stored in the current collection.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGridCustomTotalBase[] CloneToArray()

Returns

Type Description
PivotGridCustomTotalBase[]

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

See Also