CriteriaOperator.UnaryNegation(CriteriaOperator) Operator
In This Article
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static UnaryOperator operator -(CriteriaOperator operand)
#Parameters
Name | Type |
---|---|
operand | Criteria |
#Returns
Type |
---|
Unary |
See Also