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
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