Skip to main content
All docs
V25.1
  • CustomAggregateCollection.Remove(ICustomAggregate) Method

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

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.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