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

CriteriaOperator Class

Provides the abstract (MustInherit in Visual Basic) base class for criteria operators.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v22.2.dll

NuGet Package: DevExpress.Data

Declaration

public abstract class CriteriaOperator :
    ICloneable

Remarks

For more information on building criteria, see Criteria Language Syntax.

See Also