Skip to main content

EFFiltersCollection.IndexOf(DBSetFilter) Method

Returns the zero-based index of the specified filter in the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public int IndexOf(
    DBSetFilter item
)

Parameters

Name Type Description
item DBSetFilter

A DBSetFilter object to locate in the collection.

Returns

Type Description
Int32

An integer value, indicating the position of the specified filter in the collection.

Remarks

If the specified item has not been found in the collection, this method returns -1.

See Also