NotOperator(CriteriaOperator) Constructor
In This Article
Initializes a new instance of the NotOperator class with the specified operand.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public NotOperator(
CriteriaOperator operand
)
#Parameters
Name | Type | Description |
---|---|---|
operand | Criteria |
A Criteria |
See Also