Skip to main content

ErrorsEvaluatorCriteriaValidator.Item[Int32] Property

Returns the specified item from the collection of validation errors.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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