Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

CriteriaOperator Class

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.1.dll

Declaration

public abstract class CriteriaOperator :
    ICloneable

Remarks

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

See Also