ErrorsEvaluatorCriteriaValidator.Visit(BetweenOperator) Method
Enables custom processing of the specified BetweenOperator.
Namespace: DevExpress.Data.Filtering.Helpers
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
theOperator | BetweenOperator | A BetweenOperator object. |
Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
Implements
See Also