ErrorsEvaluatorCriteriaValidator.Item[Int32] Property
Returns the specified item from the collection of validation errors.
Namespace: DevExpress.Data.Filtering.Helpers
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
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