ErrorsEvaluatorCriteriaValidator(List<IBoundProperty>) Constructor
Initializes a new instance of the ErrorsEvaluatorCriteriaValidator class with the specified collection of bound properties.
Namespace: DevExpress.Data.Filtering.Helpers
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
properties | List<IBoundProperty> | A collection of objects implementing the IBoundProperty interface. |
See Also