Skip to main content
All docs
V18.2

FilterCondition Members

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

Constructors

Name Description
FilterCondition() Initializes a new instance of the FilterCondition class.
FilterCondition(FormatConditionEnum, TreeListColumn, Object, Object, Boolean) Obsolete. Initializes a new instance of the FilterCondition class.
FilterCondition(FormatConditionEnum, TreeListColumn, Object, Object) Obsolete. Initializes a new instance of the FilterCondition class.
FilterCondition(FormatConditionEnum, TreeListColumn, Object) Obsolete. Initializes a new instance of the FilterCondition class.
FilterCondition(FormatConditionEnum) Obsolete. Initializes a new instance of the FilterCondition class.
FilterCondition(FilterConditionEnum, TreeListColumn, Object, Object, Boolean) Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition values.
FilterCondition(FilterConditionEnum, TreeListColumn, Object, Object) Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition values.
FilterCondition(FilterConditionEnum, TreeListColumn, Object) Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition value.
FilterCondition(FilterConditionEnum) Initializes a new instance of the FilterCondition class with the specified comparison operator.

Properties

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.

Methods

Name Description
Assign(FilterConditionBase) Clears the contents of the current collection and then copies the contents of the specified collection to the current collection. Inherited from FilterConditionBase.
CheckValue(Object) Checks whether the specified value matches the current condition.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also