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

CustomAggregateCollection.Remove(ICustomAggregate) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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