Property ValidatorReporter
ValidatorReporter
Gets or sets validator reporter object or control.
[Browsable(false)]
public virtual IValidatorReporter? ValidatorReporter { get; set; }
Property Value
Remarks
This propety can be used to store reference to control that reports validation or other errors to the end users. Usually this is a PictureBox with error image.