Skip to main content
A newer version of this page is available. .

EFFiltersCollection.IndexOf(Object) Method

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public int IndexOf(
    object value
)

Parameters

Name Type Description
value Object

A Object value 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 item with the specified value has not been found in the collection, this method returns -1.

See Also