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

CriteriaOperatorType Enum

Contains logical criteria operators.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum CriteriaOperatorType

Members

Name Description
And

The logical AND operator.

Or

The logical OR operator.

Related API Members

The following properties accept/return CriteriaOperatorType values:

See Also