Skip to main content
All docs
V25.2
  • GroupType Enum

    Lists logical operators.

    Namespace: DevExpress.Data.Filtering.Helpers

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public enum GroupType

    Members

    Name Description
    And

    Returns true if both operands are true.

    Or

    Returns true if at least one operand is true.

    NotAnd

    Equals NOT applied to the result of an AND operation.

    NotOr

    Equals NOT applied to the result of an OR operation.

    See Also