The Portrate Interview Engine

AbstractControl.Validators Property

Returns the collection of IValidator instances for this control.

[Visual Basic]
Overridable Public Property ReadOnly Validators As ICollection _
    Implements IDPLControl.Validators
[C#]
public virtual ICollection Validators { get; }
[C++]
public: virtual __property ICollection* get_Validators();
[JScript]
public virtual function get Validators() : ICollection

Implements

IDPLControl.Validators

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace