QuickObjects.ObjectBase Send comments on this topic.
Item(ValidatorTypes) Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class > Item Property : Item(ValidatorTypes) Property
validatorType
Returns the BaseFieldValidator in this collection based on the validatorType.

Note: Returns the first validator that matches the type of validator specified in validatorType

Syntax

C# 
public BaseFieldValidator Item( 
   ValidatorTypes validatorType
) {get;}

Parameters

validatorType

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also