Skip to main content

PivotGridCustomTotalCollectionBase.CloneToArray() Method

Returns copies of items stored in the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.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