PivotGridCustomTotalCollectionBase.CloneToArray() Method
Returns copies of items stored in the current collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| PivotGridCustomTotalBase[] | An array of PivotGridCustomTotalBase objects which are copies of the current collection’s items. |
See Also