CustomAggregateCollection.Contains(ICustomAggregate) Method
Finds out whether a custom aggregate function collection contains a specified item.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v26.1.dll
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