Skip to main content
A newer version of this page is available. .

TcxFilterCriteriaItemList.Items Property

Specifies the list of filter conditions in the current filter criteria list.

Declaration

property Items[Index: Integer]: TcxCustomFilterCriteriaItem read; default;

Property Value

Type
TcxCustomFilterCriteriaItem

Remarks

The Items property provides the list of conditions combined by one logical operator specified by the BoolOperatorKind property. Conditions in this list can be either simple (presented by the TcxFilterCriteriaItem class) or aggregate (presented by a TcxFilterCriteriaItemList instance). The TcxFilterCriteriaItem and TcxFilterCriteriaItemList classes are both derived from the TcxCustomFilterCriteriaItem class.

See Also