Skip to main content

CriteriaOperator.Not() Method

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

public UnaryOperator Not()

Returns

Type Description
UnaryOperator

The unary operator that applies the logical NOT operator to the current criterion.

See Also