Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public ErrorsEvaluatorCriteriaValidator(
    List<IBoundProperty> properties
)

Parameters

Name Type Description
properties List<IBoundProperty>

A collection of objects implementing the IBoundProperty interface.

See Also