ErrorsEvaluatorCriteriaValidator Class
In This Article
Enables you to manage the collection of errors found during criteria validation in the Expression Editor.
Namespace: DevExpress.Data.Filtering.Helpers
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class ErrorsEvaluatorCriteriaValidator :
BoundPropertyList,
IClientCriteriaVisitor,
ICriteriaVisitor
#Related API Members
The following members return ErrorsEvaluatorCriteriaValidator objects:
#Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
See Also