CriteriaOperator.Not() Method
In This Article
Returns an instance of the DevExpress.Data.Filtering.UnaryOperator that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public UnaryOperator Not()
#Returns
Type | Description |
---|---|
Unary |
An instance of the DevExpress. |
See Also