Skip to main content

CriteriaOperator.UnaryNegation(CriteriaOperator) Operator

Initializes a new UnaryOperator instance that applies unary minus operation to the current criterion.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static UnaryOperator operator -(CriteriaOperator operand)

Parameters

Name Type Description
operand CriteriaOperator

The criterion that specifies an operand.

Returns

Type Description
UnaryOperator

The new unary operator with the OperatorType property set to Minus.

See Also