EFFiltersCollection.Add(Object) Method
Adds the filter with the specified value to the collection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | A Object value, corresponding to the added item. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer value, specifying the item’s index in the collection. |
See Also