Skip to main content

NotOperator(CriteriaOperator) Constructor

In This Article

Initializes a new instance of the NotOperator class with the specified operand.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public NotOperator(
    CriteriaOperator operand
)

#Parameters

Name Type Description
operand CriteriaOperator

A CriteriaOperator descendant which represents the operand that the logical inversion is applied to.

See Also