Skip to main content

ErrorsEvaluatorCriteriaValidator.Count Property

Returns the number of errors found in an expression.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int Count { get; }

Property Value

Type Description
Int32

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

See Also