CriteriaOperatorCollection Class
In This Article
Represents a collection of CriteriaOperator objects.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return CriteriaOperatorCollection objects:
#Remarks
The methods provided by the CriteriaOperatorCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).
See Also