A newer version of this page is available.
Switch to the current version.
CriteriaOperatorCollection Class
Represents a collection of CriteriaOperator objects.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.2.dll
Declaration
public sealed class CriteriaOperatorCollection :
List<CriteriaOperator>
Public NotInheritable Class CriteriaOperatorCollection
Inherits List(Of CriteriaOperator)
Related API Members
The following members accept/return CriteriaOperatorCollection objects:
Remarks
The methods provided by the CriteriaOperatorCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).
Inheritance
See Also
Feedback