Skip to main content
A newer version of this page is available.

CriteriaOperator.UnaryNegation(CriteriaOperator) Operator

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

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