Skip to main content
All docs
V18.2

FilterCondition Properties

A filter condition for the Tree List control. This class is supported in version 16.2 and older.
Name Description
Collection Gets the collection to which the current condition belongs. Inherited from FilterConditionBase.
Column Gets or sets the column to which the current filter condition is applied.
Condition Gets or sets the comparison operator. Inherited from FilterConditionBase.
Value1 Gets or sets a value that is compared to a column’s values. Inherited from FilterConditionBase.
Value2 Gets or sets a value that is compared to a column’s values. Inherited from FilterConditionBase.
Visible Gets or sets whether a node that matches the current condition must remain visible or be hidden.
See Also