Skip to main content
All docs
V18.2

FilterConditionBase.Collection Property

Gets the collection to which the current condition belongs.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public FilterConditionCollectionBase Collection { get; }

Property Value

Type Description
FilterConditionCollectionBase

A FilterConditionCollectionBase object that owns the current condition.

See Also