Custom registered validators.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected List<Tuple> customValidators
Visual Basic
Protected customValidators As List(Of Tuple)
Visual C++
protected:
List<Tuple^>^ customValidators
F#
val mutable customValidators: List<Tuple>

Field Value

Type: List<(Of <(<'Tuple<(Of <(<'T1, T2, T3>)>)>>)>)>

See Also