Skip to main content
All docs
V18.2

FilterConditionCollectionBase.Item[Int32] Property

Provides indexed access to items in the current collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public FilterConditionBase this[int index] { get; }

Parameters

Name Type Description
index Int32

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

Property Value

Type Description
FilterConditionBase

A FilterConditionBase object with the specified index.

See Also