Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

public ErrorsEvaluatorCriteriaValidator(
    List<IBoundProperty> properties
)

Parameters

Name Type Description
properties List<IBoundProperty>

A collection of objects implementing the IBoundProperty interface.

See Also