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

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.v19.2.dll

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