Skip to main content
All docs
V25.1
  • 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.v25.1.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