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

PivotGridCustomTotalCollection.CloneToArray() Method

Returns an array of custom totals, copied from the collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.dll

Declaration

public PivotGridCustomTotal[] CloneToArray()

Returns

Type Description
PivotGridCustomTotal[]

An array of PivotGridCustomTotal objects.

See Also