Skip to main content
A newer version of this page is available.
All docs
V18.1

FilterCondition Class

A filter condition for the Tree List control. This class is supported in version 16.2 and older.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.1.dll

Declaration

[TypeConverter(typeof(UniversalTypeConverterEx))]
[Browsable(false)]
public class FilterCondition :
    FilterConditionBase

The following members accept/return FilterCondition objects:

Remarks

See FilterConditionCollection

Inheritance

See Also