TcxFilterCriteriaItemList Methods
A list of filter conditions combined using a logical operator.| Name | Description |
|---|---|
| AddExpressionItem(TObject,TcxFilterOperatorKind,string,string) | Adds a calculated expression to a filter condition. |
| AddItem(TObject,TcxFilterOperatorKind,Variant,string) | Adds a simple criterion to the filter criteria list. |
| AddItemList(TcxFilterBoolOperatorKind) | Adds a new aggregate condition to the filter criteria list. |
| Clear | Removes all filter conditions from the current list. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| IsEmpty | Inherited from TcxCustomFilterCriteriaItem. |
| ToString | Inherited from TObject. |
See Also