Skip to main content

CustomAggregateCollection.Remove(ICustomAggregate) Method

Removes a specified custom aggregate function from a custom aggregate function collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public bool Remove(
    ICustomAggregate item
)

Parameters

Name Type Description
item ICustomAggregate

A custom aggregate function to be removed from the collection.

Returns

Type Description
Boolean

true, if a specified custom aggregate was successfully removed from the collection; otherwise, false.

See Also