Skip to main content

EFFiltersCollection.Insert(Int32, Object) Method

Inserts the specified filter into the collection at the specified position.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void Insert(
    int index,
    object value
)

Parameters

Name Type Description
index Int32

An zero-based integer, specifying the item’s index position in the collection.

value Object

A Object value corresponding to the inserted item.

See Also