Skip to main content
All docs
V18.2

FilterConditionCollection.Item[Int32] Property

Provides indexed access to filter conditions in the current collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public FilterCondition this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that represents the zero-based index of the FilterCondition object to be returned.

Property Value

Type Description
FilterCondition

A FilterCondition object with the specified index.

See Also