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

    Finds out whether a custom aggregate function collection contains a specified item.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool Contains(
        ICustomAggregate item
    )

    Parameters

    Name Type Description
    item ICustomAggregate

    A custom aggregate function.

    Returns

    Type Description
    Boolean

    true, if the collection contains a specified custom aggregate function; otherwise, false.

    See Also