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

CriteriaOperatorCollection Class

Represents a collection of CriteriaOperator objects.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public sealed class CriteriaOperatorCollection :
    List<CriteriaOperator>

Remarks

The methods provided by the CriteriaOperatorCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).

Inheritance

Object
List<CriteriaOperator>
CriteriaOperatorCollection
See Also