CriteriaOperator.Not() Method
In This Article
Initializes a new UnaryOperator instance that applies the logical NOT operator to the current criterion.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public UnaryOperator Not()
#Returns
Type | Description |
---|---|
Unary |
The unary operator that applies the logical NOT operator to the current criterion. |
See Also