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.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
array | ICustomAggregate[] | An array of custom aggregate functions. |
arrayIndex | Int32 | A specified location in an array. |
See Also