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

ErrorsEvaluatorCriteriaValidator.Count Property

Returns the number of errors found in an expression.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v18.2.dll

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value, specifying the number of errors found in an expression.

See Also