TcxFilterCriteriaItemList Members
A list of filter conditions combined by a logical operator.Constructors
Name | Description |
---|---|
Create(TcxFilterCriteriaItemList,TcxFilterBoolOperatorKind) | Creates a new aggregate condition in a specific filter condition list. |
Create(TcxFilterCriteriaItemList) | Initializes a new instance of the TcxCustomFilterCriteriaItem class with specified settings. Inherited from TcxCustomFilterCriteriaItem. |
Properties
Name | Description |
---|---|
BoolOperatorKind | Defines the logical operator used to combine filter conditions in the current list. |
Count | Specifies the number of conditions (both simple and aggregate) in the current filter condition list. |
Criteria | Specifies the filter criteria object to which the current filter conditions belong. |
IsItemList | Inherited from TcxCustomFilterCriteriaItem. |
Items | Specifies the list of filter conditions in the current filter criteria list. |
Parent | Inherited from TcxCustomFilterCriteriaItem. |
Methods
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