Get the validator of this field.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IFieldValidator Validator { get; }
Visual Basic
ReadOnly Property Validator As IFieldValidator
	Get
Visual C++
property IFieldValidator^ Validator {
	IFieldValidator^ get ();
}

Field Value

IFieldValidator

See Also