Skip to main content

CustomAggregateCollection.CopyTo(ICustomAggregate[], Int32) Method

Copies an array of custom aggregate functions to a specified location in an array.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void CopyTo(
    ICustomAggregate[] array,
    int arrayIndex
)

Parameters

Name Type Description
array ICustomAggregate[]

An array of custom aggregate functions.

arrayIndex Int32

A specified location in an array.

See Also