Skip to main content
All docs
V18.2

FilterConditionCollectionBase.IndexOf(FilterConditionBase) Method

Returns the index of the specified object within the collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public virtual int IndexOf(
    FilterConditionBase condition
)

Parameters

Name Type Description
condition FilterConditionBase

An object to be located in the collection.

Returns

Type Description
Int32

The index of the specified object within the collection.

See Also