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

ErrorsEvaluatorCriteriaValidator.Item[Int32] Property

Returns the specified item from the collection of validation errors.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v18.2.dll

Declaration

public CriteriaValidatorError this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value, specifying the item’s position within the collection.

Property Value

Type Description
CriteriaValidatorError

A CriteriaValidatorError object.

See Also