jQuery/JS Common Types - grids - NegatedFilterExpr
A negated (unary NOT) DataGrid/TreeList filter expression.
import { NegatedFilterExpr } from "devextreme/common/grids"
Type:
This object includes the following fields:
- type: The expression type. Set to "negated".
- expressionId: The ID of a filter expression node (FilterExprNode) to negate.