Table of Contents

Property ValidatorReporter

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ValidatorReporter

Gets or sets validator reporter object or control.

[Browsable(false)]
public virtual IValidatorReporter? ValidatorReporter { get; set; }

Property Value

IValidatorReporter

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.