Skip to main content
All docs
V18.2

FilterConditionCollectionBase.Contains(FilterConditionBase) Method

Returns a Boolean value that specifies whether the collection contains the specified element.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public virtual bool Contains(
    FilterConditionBase condition
)

Parameters

Name Type Description
condition FilterConditionBase

An element to be located in the collection.

Returns

Type Description
Boolean

A Boolean value that specifies whether the collection contains the specified element.

See Also