Skip to main content

CriteriaOperator Class

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.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