Skip to main content

CriteriaOperatorCollection Class

Represents a collection of CriteriaOperator objects.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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