NotOperator(CriteriaOperator) Constructor
Initializes a new instance of the NotOperator class with the specified operand.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
operand | CriteriaOperator | A CriteriaOperator descendant which represents the operand that the logical inversion is applied to. |
See Also