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

NotOperator(CriteriaOperator) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

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